diff options
Diffstat (limited to 'glusterfsd/src')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 0cf1763bdf0..540451c059e 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -234,7 +234,7 @@ static struct argp_option gf_options[] = {           "Extra mount options to pass to FUSE"},          {"use-readdirp", ARGP_FUSE_USE_READDIRP_KEY, "BOOL", OPTION_ARG_OPTIONAL,           "Use readdirp mode in fuse kernel module" -         " [default: \"off\"]"}, +         " [default: \"yes\"]"},          {"secure-mgmt", ARGP_SECURE_MGMT_KEY, "BOOL", OPTION_ARG_OPTIONAL,           "Override default for secure (SSL) management connections"},          {0, 0, 0, 0, "Miscellaneous Options:"},  | 
