From d6c8060946b948d35340c1dafd7aee309ed7474a Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 22 Aug 2016 17:42:56 +0200 Subject: Remove nonexistent flag v --- watch.1 | 4 ++-- watch.c | 2 +- 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); } -- cgit v1.2.3