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:
Eitan Adler 2012-05-09 17:32:10 +00:00
parent 60533c20a2
commit cf0badf098
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235205

View File

@ -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);
}