diff options
Diffstat (limited to 'glusterfsd/src')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index d658c0e090e..2ad644e9fd4 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -140,7 +140,8 @@ static struct argp_option gf_options[] = {   	{0, 0, 0, 0, "Fuse options:"},   	{"disable-direct-io-mode", ARGP_DISABLE_DIRECT_IO_MODE_KEY, 0, 0,  - 	 "Disable direct I/O mode in fuse kernel module"}, + 	 "Disable direct I/O mode in fuse kernel module" +	 " [default if big writes are supported]"},   	{"entry-timeout", ARGP_ENTRY_TIMEOUT_KEY, "SECONDS", 0,    	 "Set entry timeout to SECONDS in fuse kernel module [default: 1]"},   	{"attribute-timeout", ARGP_ATTRIBUTE_TIMEOUT_KEY, "SECONDS", 0,   | 
