diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-05-26 07:27:02 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-05-26 07:27:02 +0000 |
commit | 424c8cde04313ffe941ae31baa489d364d1f545c (patch) | |
tree | 972645e8a87d8c061b14eae1cb9e31cc3e75455e /usr.bin/cvs/edit.c | |
parent | c53296ca4a2d666485e7af88f31166520d45b0e8 (diff) |
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, |