mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Fix deprecated warning about -L which said -i was deprecated.
MFC after: 3 days
This commit is contained in:
parent
a7130d73a6
commit
d97326d09b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216725
@ -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 New Issue
Block a user