diff options
author | 2005-05-26 07:27:01 +0000 | |
---|---|---|
committer | 2005-05-26 07:27:01 +0000 | |
commit | eac75f0e6de9c8ddc8d04c63bb2e7c1b25a9115c (patch) | |
tree | d2ac105562c5f0bb4378c825c7df2288c63bd17a /usr.bin/cvs/edit.c | |
parent | Use TAILQ_FOREACH where possible, remove payload_last() (diff) | |
download | wireguard-openbsd-eac75f0e6de9c8ddc8d04c63bb2e7c1b25a9115c.tar.xz wireguard-openbsd-eac75f0e6de9c8ddc8d04c63bb2e7c1b25a9115c.zip |
fix usage..
Diffstat (limited to 'usr.bin/cvs/edit.c')
-rw-r--r-- | usr.bin/cvs/edit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/edit.c b/usr.bin/cvs/edit.c index f52bb35b2a5..f4d905391a4 100644 --- a/usr.bin/cvs/edit.c +++ b/usr.bin/cvs/edit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.1 2005/05/25 22:07:54 jfb Exp $ */ +/* $OpenBSD: edit.c,v 1.2 2005/05/26 07:27:01 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -50,7 +50,7 @@ struct cvs_cmd cvs_cmd_edit = { CVS_OP_EDIT, CVS_REQ_NOOP, "edit", { }, "Mark a file as being edited", - "[-lR] [-a action ...", + "[-lR] [-a action] [file ...]", "a:lR", NULL, CF_SORT | CF_RECURSE, |