Document the -c option in --help output
PR: bin/167463 Submitted by: "Bryan Drewery" <bryan@shatow.net> Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
60533c20a2
commit
cf0badf098
@ -372,6 +372,6 @@ static void
|
||||
usage(Algorithm_t *alg)
|
||||
{
|
||||
|
||||
fprintf(stderr, "usage: %s [-pqrtx] [-s string] [files ...]\n", alg->progname);
|
||||
fprintf(stderr, "usage: %s [-pqrtx] [-c string] [-s string] [files ...]\n", alg->progname);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user