Relax with caps in usage

This commit is contained in:
sin 2015-01-25 18:31:25 +00:00
parent 34c9083598
commit 6f73cd1c97
1 changed files with 1 additions and 1 deletions

2
expr.c
View File

@ -267,7 +267,7 @@ parse(char **expr, int exprlen)
static void static void
usage(void) usage(void)
{ {
eprintf("usage: %s EXPRESSION\n", argv0); eprintf("usage: %s expression\n", argv0);
} }
int int