diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-04-22 15:06:29 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-04-22 15:06:29 +0000 |
commit | 0afc834b1d2567cc5153e3492874e195e65cd1ff (patch) | |
tree | e1eec37c545574ce6fcaa30153132545df60fdea /usr.bin/cvs/cvs.c | |
parent | 5f90061e44dca6c543839379a4bad40154430f84 (diff) |
sync add command usage w/ man page; joris ok
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-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 e4ba5e73894..d246c11467b 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.58 2005/04/22 03:38:56 joris Exp $ */ +/* $OpenBSD: cvs.c,v 1.59 2005/04/22 15:06:28 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -87,7 +87,7 @@ static TAILQ_HEAD(, cvs_var) cvs_variables; struct cvs_cmd cvs_cdt[] = { { CVS_OP_ADD, "add", { "ad", "new" }, &cvs_add, - "[-k opt] [-m msg] file ...", + "[-k mode] [-m msg] file ...", "k:m:", "Add a new file/directory to the repository", NULL |