diff options
-rw-r--r-- | utils/mount/nfsmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/nfsmount.c b/utils/mount/nfsmount.c index 23dd2f6..3d2ebb1 100644 --- a/utils/mount/nfsmount.c +++ b/utils/mount/nfsmount.c @@ -848,7 +848,7 @@ noauth_flavors: if (!start_statd()) { nfs_error(_("%s: rpc.statd is not running but is " "required for remote locking.\n" - " Either use '-o nolocks' to keep " + " Either use '-o nolock' to keep " "locks local, or start statd."), progname); goto fail; |