Fix getopt string I forget

This commit is contained in:
Andrey A. Chernov 2000-07-16 08:22:38 +00:00
parent 06eaff03b7
commit 25718fe3f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63261

View File

@ -77,7 +77,7 @@ main(argc, argv)
keys = KEYDEFAULT;
init_excludes();
while ((ch = getopt(argc, argv, "cdef:iK:k:np:Prs:UuxX:")) != -1)
while ((ch = getopt(argc, argv, "cdef:iK:k:Lnp:rs:UuxX:")) != -1)
switch((char)ch) {
case 'c':
cflag = 1;