diff options
author | 2006-04-06 10:13:00 +0000 | |
---|---|---|
committer | 2006-04-06 10:13:00 +0000 | |
commit | 2357b7eda4fa571e89339f1fc10b2ffebf5a2dea (patch) | |
tree | 6e805f1b68c051702f3c9e624a397c7c25d04581 /usr.bin/rcs/rcsprog.c | |
parent | small knf; (diff) | |
download | wireguard-openbsd-2357b7eda4fa571e89339f1fc10b2ffebf5a2dea.tar.xz wireguard-openbsd-2357b7eda4fa571e89339f1fc10b2ffebf5a2dea.zip |
-z can take no argument.
Diffstat (limited to 'usr.bin/rcs/rcsprog.c')
-rw-r--r-- | usr.bin/rcs/rcsprog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsprog.c b/usr.bin/rcs/rcsprog.c index 99c43786ca8..bf402fa77ec 100644 --- a/usr.bin/rcs/rcsprog.c +++ b/usr.bin/rcs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.92 2006/04/01 06:19:29 ray Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.93 2006/04/06 10:13:00 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -29,7 +29,7 @@ #include "rcsprog.h" #define RCS_CMD_MAXARG 128 -#define RCSPROG_OPTSTRING "A:a:b::c:e::hik:Ll::m:Mn:N:qt::TUu::Vx::z:" +#define RCSPROG_OPTSTRING "A:a:b::c:e::hik:Ll::m:Mn:N:qt::TUu::Vx::z::" #define DESC_PROMPT "enter description, terminated with single '.' " \ "or end of file:\nNOTE: This is NOT the log message!" \ |