Fix deprecated warning about -L which said -i was deprecated.

MFC after:	3 days
This commit is contained in:
Simon L. B. Nielsen 2010-12-26 22:29:44 +00:00
parent a7130d73a6
commit d97326d09b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216725

View File

@ -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':