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 8494887..b073f08 100644
--- a/watch.1
+++ b/watch.1
@@ -7,8 +7,8 @@
.Nd execute program periodically, showing output fullscreen
.Sh SYNOPSIS
.Nm watch
-.Op Fl nv
-.Op Fl s Ar time
+.Op Fl tv
+.Op Fl n Ar time
.Op Ar command
.Sh DESCRIPTION
The
diff --git a/watch.c b/watch.c
index 98d2743..b2465d2 100644
--- a/watch.c
+++ b/watch.c
@@ -20,7 +20,7 @@ static const char rcsid[] =
"$Id$";
#endif /* not lint */
-static const char version[] = "1.1";
+static const char version[] = "2.0";
#include <sys/ioctl.h>
#include <sys/time.h>