mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Sync program's usage() with manpage's SYNOPSIS.
This commit is contained in:
parent
f682f10c76
commit
9e752adbc2
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ main(int argc, char *argv[])
|
|||
static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: xstr [-v] [-c] [-] [name ...]\n");
|
||||
fprintf(stderr, "usage: xstr [-cv] [-] [file ...]\n");
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue