diff options
| -rw-r--r-- | sys/src/cmd/seconds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/seconds.c b/sys/src/cmd/seconds.c index 35c393e53..c30330ede 100644 --- a/sys/src/cmd/seconds.c +++ b/sys/src/cmd/seconds.c @@ -72,7 +72,7 @@ nojunk(char *p) static void usage(void) { - fprint(2, "usage: %s [-f fmt] date-time/win m...\n", argv0); + fprint(2, "usage: %s [-f fmt] date-time...\n", argv0); exits("usage"); } |
