aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--watch.14
-rw-r--r--watch.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/watch.1 b/watch.1
index 39dd3f4..0a7d0a7 100644
--- a/watch.1
+++ b/watch.1
@@ -32,8 +32,8 @@ Set delay between screen updates in seconds.
The default value is 2 seconds.
.It Fl t
Disable output of the title bar.
-.It Fl v
-Display version and terminate.
+.It Fl h
+Display usage and terminate.
.El
.Pp
.Nm Watch
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);
}