Make usage() match SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2003-03-09 21:41:30 +00:00
parent d6d4c35471
commit 4eeebba9c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112048

View File

@ -171,6 +171,6 @@ static void
usage(void)
{
fprintf(stderr,
"usage: kgzip [-cv] [-f format] [-l file] [-o filename] file\n");
"usage: kgzip [-cv] [-f format] [-l loader] [-o output] file\n");
exit(1);
}