Use the <name> convention for command-line arguments in the usage

message.

svn path=/trunk/; revision=19941
This commit is contained in:
Guy Harris 2006-11-21 00:36:35 +00:00
parent a22101f8f0
commit ba593256e3
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ main(int argc, char **argv)
/* Check for filter on command line */
if (argc <= 1) {
fprintf(stderr, "Usage: dftest filter\n");
fprintf(stderr, "Usage: dftest <filter>\n");
exit(1);
}