mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Add the missed 'p' flag to getopt() optstring argument.
MFC after: 1 week
This commit is contained in:
parent
97ea4cb11c
commit
03ee10d8e4
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ main(int argc, char *argv[])
|
|||
part_name = 'c';
|
||||
reserved = 0;
|
||||
while ((ch = getopt(argc, argv,
|
||||
"EJL:NO:RS:T:UXa:b:c:d:e:f:g:h:i:lm:no:r:s:")) != -1)
|
||||
"EJL:NO:RS:T:UXa:b:c:d:e:f:g:h:i:lm:no:p:r:s:")) != -1)
|
||||
switch (ch) {
|
||||
case 'E':
|
||||
Eflag = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue