diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-06 10:13:01 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-06 10:13:01 +0000 |
commit | 5d722e5898015f84dc332c7d1595c8b797b3cd1c (patch) | |
tree | d819a3471e1fa4b022041c504d278c54f9dcd993 /usr.bin/rcs/ci.c | |
parent | 0740370b092b859c1af12106db9daf6f225278f3 (diff) |
-z can take no argument.
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r-- | usr.bin/rcs/ci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 7acabc4b24d..99228bdaba2 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.135 2006/04/05 01:38:56 ray Exp $ */ +/* $OpenBSD: ci.c,v 1.136 2006/04/06 10:13:00 xsa Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -29,7 +29,7 @@ #include "rcsprog.h" #include "diff.h" -#define CI_OPTSTRING "d::f::I::i::j::k::l::m:M::N:n:qr::s:Tt:u::Vw:x::z:" +#define CI_OPTSTRING "d::f::I::i::j::k::l::m:M::N:n:qr::s:Tt:u::Vw:x::z::" #define DATE_NOW -1 #define DATE_MTIME -2 |