From c3665f9a5c45d04507815cd89009118c40127fdd Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Mon, 23 Jan 2006 14:02:43 +0000 Subject: wrap usage; --- usr.bin/cvs/history.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.bin') 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 * 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, -- cgit v1.2.3