mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Fix getopt string I forget
This commit is contained in:
parent
06eaff03b7
commit
25718fe3f0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63261
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user