mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix getopt(3) argument after r290180; I forgot to change -r to -R
by accident MFC after: 3 days Pointyhat to: ngie Reported by: vangyzen Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
2d8868dbb7
commit
5e25b19e29
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ main(int argc, char *argv[])
|
|||
start_time.tv_sec = start.tv_sec;
|
||||
start_time.tv_nsec = start.tv_usec * 1000;
|
||||
|
||||
while ((ch = getopt(argc, argv, "B:b:Dd:f:F:M:m:N:o:pr:s:S:t:xZ")) != -1) {
|
||||
while ((ch = getopt(argc, argv, "B:b:Dd:f:F:M:m:N:o:pR:s:S:t:xZ")) != -1) {
|
||||
switch (ch) {
|
||||
|
||||
case 'B':
|
||||
|
|
|
|||
Loading…
Reference in a new issue