aboutsummaryrefslogtreecommitdiff
path: root/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch.c')
-rw-r--r--watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.c b/watch.c
index 71a10bf..22090e8 100644
--- a/watch.c
+++ b/watch.c
@@ -269,7 +269,7 @@ settimer(int sec)
void
usage(void)
{
- (void)fprintf(stderr, "usage: %s [-htv] [-n time] [command]\n",
+ (void)fprintf(stderr, "usage: %s [-ht] [-n time] [command]\n",
__progname);
exit(EX_USAGE);
}