diff options
author | 2004-12-21 20:59:57 +0000 | |
---|---|---|
committer | 2004-12-21 20:59:57 +0000 | |
commit | f7ffea9952364916a2dac8082ad213b85842d3d1 (patch) | |
tree | 98163a105ef8e6211f495c1b8d8877764be12ac9 | |
parent | gnu CVS has an undocumented -s command-line option to set a variable, (diff) | |
download | wireguard-openbsd-f7ffea9952364916a2dac8082ad213b85842d3d1.tar.xz wireguard-openbsd-f7ffea9952364916a2dac8082ad213b85842d3d1.zip |
s/files/file/ in `cvs remove' usage, like in the other commands;
-rw-r--r-- | usr.bin/cvs/cvs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 840dcb70d5a..cd154eed34c 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.27 2004/12/21 18:47:58 jfb Exp $ */ +/* $OpenBSD: cvs.c,v 1.28 2004/12/21 20:59:57 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -225,7 +225,7 @@ static struct cvs_cmd { }, { CVS_OP_REMOVE, "remove", { "rm", "delete" }, cvs_remove, - "[-flR] files ...", + "[-flR] file ...", "", "Remove an entry from the repository", NULL, |