summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2007-09-10 10:56:38 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2007-09-10 10:56:38 +0000
commitb7f3134a110c4e84f093227c029085ffdc7c8bae (patch)
treecd6d9ba59b9c65d2f70ab9c2ff060b4d609251cf
parentf0a3f57e439ad5f8f9e0c92f557f932aecd6b668 (diff)
Properly display list of commands in default 80 column terminal.
OK joris@
-rw-r--r--usr.bin/cvs/history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/history.c b/usr.bin/cvs/history.c
index a832bea5dff..c7fea5a6af8 100644
--- a/usr.bin/cvs/history.c
+++ b/usr.bin/cvs/history.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: history.c,v 1.33 2007/08/09 05:56:44 ray Exp $ */
+/* $OpenBSD: history.c,v 1.34 2007/09/10 10:56:37 tobias Exp $ */
/*
* Copyright (c) 2007 Joris Vink <joris@openbsd.org>
*
@@ -32,7 +32,7 @@ void cvs_history_local(struct cvs_file *);
struct cvs_cmd cvs_cmd_history = {
CVS_OP_HISTORY, 0, "history",
{ "hi", "his" }, /* omghi2you */
- "Display the history of actions done in the base repository",
+ "Display history of actions done in the base repository",
"[-ac]",
"ac",
NULL,