diff options
author | Vijay Bellur <vijay@gluster.com> | 2011-08-20 15:36:44 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-08-20 03:35:23 -0700 |
commit | 1c01e303c5176620583db10cb6f6783e61b8b3d1 (patch) | |
tree | 08e102780095d94a7e846b259f532cf5cdd35f99 /xlators | |
parent | fd55b20709a0f4ec3bca989726eef3ed15e98000 (diff) |
xlators/nfs: Fix a typo in option description
Change-Id: Ibb888357b87603544f360d181637138261fb3b71
BUG: 3445
Reviewed-on: http://review.gluster.com/275
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators')
-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, |