From ecf6ac3b49a50f2c897099df0c00123bee1745f5 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Thu, 26 May 2005 14:46:23 +0000 Subject: fix `editors' and `unedit' commands usage.. --- usr.bin/cvs/edit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/edit.c b/usr.bin/cvs/edit.c index f4d905391a4..f1240ee6dd4 100644 --- a/usr.bin/cvs/edit.c +++ b/usr.bin/cvs/edit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: edit.c,v 1.2 2005/05/26 07:27:01 xsa Exp $ */ +/* $OpenBSD: edit.c,v 1.3 2005/05/26 14:46:22 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. @@ -67,8 +67,8 @@ struct cvs_cmd cvs_cmd_editors = { CVS_OP_EDITORS, CVS_REQ_EDITORS, "editors", { }, "List editors on a file", - "", - "", + "[-lR] [file ...]", + "lR", NULL, 0, cvs_edit_init, @@ -85,7 +85,7 @@ struct cvs_cmd cvs_cmd_unedit = { CVS_OP_UNEDIT, CVS_REQ_NOOP, "unedit", { }, "Undo an edit command", - "[-lR] ...", + "[-lR] [file ...]", "lR", NULL, CF_SORT | CF_RECURSE, -- cgit v1.2.3