summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/mount_nfs/mount_nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c
index f63c8f3..4f72b9a 100644
--- a/sbin/mount_nfs/mount_nfs.c
+++ b/sbin/mount_nfs/mount_nfs.c
@@ -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':
OpenPOWER on IntegriCloud