mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue