Skip to content

Commit

Permalink
SA: Help line cosmetic.
Browse files Browse the repository at this point in the history
Well, still need to look at the source to figure out
what the options mean, but w/e.

Signed-off-by: Andrei Warkentin <andreiw@vmware.com>
  • Loading branch information
Andrei Warkentin committed Dec 9, 2011
1 parent bb3ad02 commit c076fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sa.c
Expand Up @@ -266,7 +266,7 @@ int main(int argc, char **argv)
}

if (!size || optind != (argc - 1)) {
printf("%s -s size [-f] [-d] [-e] [-R] [-o offset] [-a align] [-c count] [-r repeats] dev\n",
printf("%s -s size [-b] [-f] [-d] [-e] [-R] [-o offset] [-a align] [-c count] [-r repeats] dev\n",
argv[0]);
return -1;
};
Expand Down

0 comments on commit c076fa8

Please sign in to comment.