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:
parent
fd39459a14
commit
357ab62b03
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11723
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user