diff options
| author | 2005-06-15 09:17:14 +0000 | |
|---|---|---|
| committer | 2005-06-15 09:17:14 +0000 | |
| commit | 01946e43e771dedc2207549bd01f93e031653855 (patch) | |
| tree | fb8f00abfdfc2b95edb156eac0f69ee15ab895aa | |
| parent | remove from "attempted source route ..." message; ok deraadt, mpf, henning, millert (diff) | |
| download | wireguard-openbsd-01946e43e771dedc2207549bd01f93e031653855.tar.xz wireguard-openbsd-01946e43e771dedc2207549bd01f93e031653855.zip | |
add descritpion of the watch/watchers commands;
| -rw-r--r-- | usr.bin/cvs/watch.c | 6 |
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, |
