Sync program's usage() with manpage's SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2005-05-21 10:14:11 +00:00
parent f682f10c76
commit 9e752adbc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146467

View File

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