Fixed usage message.

This commit is contained in:
hjp 2005-10-05 08:07:43 +00:00
parent 71c3303e51
commit 3a821e8bbb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
char *cmnd;
static void usage(void) {
fprintf(stderr, "Usage: %s time_t ...\n", cmnd);
fprintf(stderr, "Usage: %s [-f format] time_t ...\n", cmnd);
exit(1);
}