mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix deprecated warning about -L which said -i was deprecated.
MFC after: 3 days
This commit is contained in:
parent
a7130d73a6
commit
d97326d09b
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ main(int argc, char *argv[])
|
|||
build_iovec(&iov, &iovlen, "intr", NULL, 0);
|
||||
break;
|
||||
case 'L':
|
||||
printf("-i deprecated, use -o nolockd\n");
|
||||
printf("-L deprecated, use -o nolockd\n");
|
||||
build_iovec(&iov, &iovlen, "nolockd", NULL, 0);
|
||||
break;
|
||||
case 'l':
|
||||
|
|
|
|||
Loading…
Reference in a new issue