diff options
author | 2007-09-10 10:56:37 +0000 | |
---|---|---|
committer | 2007-09-10 10:56:37 +0000 | |
commit | 2a04ffe648a43b1607ad42c81de864779f8fe561 (patch) | |
tree | b9af356e34e1f01da07b88ac11afff3a6df79c3b | |
parent | typo in message, from Mark Lumsden. (diff) | |
download | wireguard-openbsd-2a04ffe648a43b1607ad42c81de864779f8fe561.tar.xz wireguard-openbsd-2a04ffe648a43b1607ad42c81de864779f8fe561.zip |
Properly display list of commands in default 80 column terminal.
OK joris@
-rw-r--r-- | usr.bin/cvs/history.c | 4 |
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, |