summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-06-15 09:17:15 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-06-15 09:17:15 +0000
commitbf44b1507f2aee09e601d05cae83099a257c4d71 (patch)
treebd86c951d883a3fb07debf45f31cd14550d3b35a /usr.bin
parent0a782c542901533752285f018faa013aa686fc77 (diff)
add descritpion of the watch/watchers commands;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/watch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/watch.c b/usr.bin/cvs/watch.c
index ee97433b960..018e753388d 100644
--- a/usr.bin/cvs/watch.c
+++ b/usr.bin/cvs/watch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: watch.c,v 1.2 2005/05/31 10:54:05 xsa Exp $ */
+/* $OpenBSD: watch.c,v 1.3 2005/06/15 09:17:14 xsa Exp $ */
/*
* Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org>
* All rights reserved.
@@ -48,7 +48,7 @@ static int cvs_watchers_local (CVSFILE *, void*);
struct cvs_cmd cvs_cmd_watch = {
CVS_OP_WATCH, CVS_REQ_NOOP, "watch",
{},
- "",
+ "Set watches",
"on | off | add | remove [-lR] [-a action] [file ...]",
"a:lR",
NULL,
@@ -65,7 +65,7 @@ struct cvs_cmd cvs_cmd_watch = {
struct cvs_cmd cvs_cmd_watchers = {
CVS_OP_WATCHERS, CVS_REQ_WATCHERS, "watchers",
{},
- "",
+ "See who is watching a file",
"[-lR] [file ...]",
"lR",
NULL,