aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2003-12-17 00:16:25 +0000
committerDimitri Sokolyuk <demon@dim13.org>2003-12-17 00:16:25 +0000
commit36d1f41081b9a52925ae4cda9f19926d2c93dcad (patch)
tree276dfb69cce5d5bcbf9d5c63acb80c90057b0f4a
parent69ee47ee9f9c1ce00a42bcbf7786abd221579cb9 (diff)
update help string
-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);
}