1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-06 09:17:25 +00:00

Add -c to usage output.

This commit is contained in:
David Greenman 1995-10-23 15:19:10 +00:00
parent fd39459a14
commit 357ab62b03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11723

View File

@ -344,6 +344,6 @@ error(n)
usage()
{
(void)fprintf(stderr,
"usage: symorder [-m] [-t] [-x excludelist] symlist file\n");
"usage: symorder [-c] [-m] [-t] [-x excludelist] symlist file\n");
exit(ERREXIT);
}