diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 14:10:58 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2005-10-16 14:10:58 +0000 |
commit | fa28302984377f26f603947ac9dfa077b6bba3c3 (patch) | |
tree | f4de6a348b21fc3e50d30d4a98d55f78ee89632b /usr.bin | |
parent | de41f8d719378233d4d026958deb5821e6522f41 (diff) |
- sort rcs_getopt() string before i add more options.
Diffstat (limited to 'usr.bin')
-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 ae490805e2f..2cc2c54f5ff 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.36 2005/10/16 11:40:56 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.37 2005/10/16 14:10:57 niallo Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -88,7 +88,7 @@ checkin_main(int argc, char **argv) interactive = 1; - while ((ch = rcs_getopt(argc, argv, "f::j:l::M:N:qu::d::r::m:k:Vw:")) != -1) { + while ((ch = rcs_getopt(argc, argv, "d::f::j:k:l::m:M:N:qr::u::Vw:")) != -1) { switch (ch) { case 'd': if (rcs_optarg == NULL) |