diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs.c')
-rw-r--r-- | xlators/nfs/server/src/nfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index 2495c6ecb83..fb664715218 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -957,10 +957,10 @@ struct volume_options options[] = { { .key = {"rpc.register-with-portmap"}, .type = GF_OPTION_TYPE_BOOL, .default_value = "on", - .description = "For systems that need to run multiple nfs servers, we" - "need to prevent more than one from registering with " + .description = "For systems that need to run multiple nfs servers, " + "only one registration is possible with " "portmap service. Use this option to turn off portmap " - "registration for Gluster NFS. On by default" + "registration for Gluster NFS. On by default." }, { .key = {"nfs.port"}, .type = GF_OPTION_TYPE_INT, |