Make usage() match SYNOPSIS.

This commit is contained in:
ru 2003-03-09 21:41:30 +00:00
parent 7805806560
commit e784833e45

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