aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.c b/watch.c
index a6c8682..592b938 100644
--- a/watch.c
+++ b/watch.c
@@ -222,6 +222,6 @@ void die() {
}
void usage() {
- (void)fprintf(stderr, "Usage: %s [-vns <seconds>] [command]\n", __progname);
+ (void)fprintf(stderr, "Usage: %s [-v] [-n] [-s <seconds>] command\n", __progname);
exit (1);
}