diff options
Diffstat (limited to 'xlators/protocol')
| -rw-r--r-- | xlators/protocol/server/src/server.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/protocol/server/src/server.c b/xlators/protocol/server/src/server.c index 702deaa4545..3720372f9e3 100644 --- a/xlators/protocol/server/src/server.c +++ b/xlators/protocol/server/src/server.c @@ -1052,10 +1052,10 @@ struct volume_options options[] = {          { .key   = {"root-squash"},            .type  = GF_OPTION_TYPE_BOOL,            .default_value = "off", -          .description = "Map  requests  from  uid/gid 0 to the anonymous " -                         "uid/gid. Note that this does not apply to any other" -                         "uids or gids that might be equally sensitive, such as" -                         "user bin or group staff." +          .description = "Map requests from uid/gid 0 to the anonymous " +                         "uid/gid. Note that this does not apply to any other " +                         "uids or gids that might be equally sensitive, such " +                         "as user bin or group staff."          },          { .key           = {"statedump-path"},            .type          = GF_OPTION_TYPE_PATH,  | 
