Remove -p from getopt args.

PR:		37221
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
Reviewed by:	rwatson
Approved by:	re (jhb)
This commit is contained in:
Tom Rhodes 2003-05-12 19:48:47 +00:00
parent 57f64f4e2f
commit bd3fc74891
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114956

View File

@ -264,7 +264,7 @@ main(argc, argv)
nfsargs = nfsdefargs;
nfsargsp = &nfsargs;
while ((c = getopt(argc, argv,
"23a:bcdD:g:I:iLl:No:PpR:r:sTt:w:x:U")) != -1)
"23a:bcdD:g:I:iLl:No:PR:r:sTt:w:x:U")) != -1)
switch (c) {
case '2':
mountmode = V2;