diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-05-29 14:30:39 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-05-29 14:30:39 +0000 |
commit | aa994bd6d08d13983c1f1c4d9a4698db9458a873 (patch) | |
tree | 88f56336bb8a98347a5752b0f61b197325baea09 | |
parent | ea129d667b2be94460f114707c43ca63e584950a (diff) |
add missing options in usage..
-rw-r--r-- | usr.bin/cvs/getlog.c | 4 |
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, |