summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-05-29 14:30:38 +0000
committerxsa <xsa@openbsd.org>2005-05-29 14:30:38 +0000
commit7e93b57d73ddd44f0b8b489db7767525be2ec24a (patch)
treeb1b1c12a0caa3da3ed82cbaa07242bc237c95cf4
parent-Wall; feedback & ok marius@ (diff)
downloadwireguard-openbsd-7e93b57d73ddd44f0b8b489db7767525be2ec24a.tar.xz
wireguard-openbsd-7e93b57d73ddd44f0b8b489db7767525be2ec24a.zip
add missing options in usage..
-rw-r--r--usr.bin/cvs/getlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index e3600639611..8a8542a7536 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.29 2005/05/24 04:12:25 jfb Exp $ */
+/* $OpenBSD: getlog.c,v 1.30 2005/05/29 14:30:38 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -57,7 +57,7 @@ struct cvs_cmd cvs_cmd_log = {
{ "lo" },
"Print out history information for files",
"[-bhlNRt] [-d dates] [-r revisions] [-s states] [-w logins]",
- "d:hlRr:",
+ "bd:hlNRr:s:tw:",
NULL,
CF_RECURSE,
cvs_getlog_options,