diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-23 14:02:43 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-01-23 14:02:43 +0000 |
commit | c3665f9a5c45d04507815cd89009118c40127fdd (patch) | |
tree | d33d9a81fd2c22f012544fc10f159e98c71bf63b /usr.bin | |
parent | 0b72b281fcfebbf04becc10b2c4a9834a9711091 (diff) |
wrap usage;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/history.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c index 70cd9cc315f..ab2de4ce7e4 100644 --- a/usr.bin/cvs/history.c +++ b/usr.bin/cvs/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.25 2006/01/02 08:11:56 xsa Exp $ */ +/* $OpenBSD: history.c,v 1.26 2006/01/23 14:02:42 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -56,8 +56,9 @@ struct cvs_cmd cvs_cmd_history = { CVS_OP_HISTORY, CVS_REQ_HISTORY, "history", { "hi", "his" }, "Show repository access history", - "[-aceloTw] [-b str] [-D date] [-f file] [-m module] [-n module] " - "[-p path] [-r rev] [-t tag] [-u user] [-x ACEFGMORTUW] [-z tz]", + "[-aceloTw] [-b str] [-D date] [-f file] [-m module]\n" + " [-n module] [-p path] [-r rev] [-t tag]\n" + " [-u user] [-x ACEFGMORTUW] [-z tz] [file ...]", "ab:cD:ef:lm:n:op:r:Tt:u:wx:z:", NULL, 0, |