diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-05-14 02:12:20 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-16 15:31:52 +0530 |
commit | 11cae446e0c115bbfa5ee3e6b18ef0e2c45b84fe (patch) | |
tree | ada70c5dbad6485015ea0462e65f83c8d2d68f64 /glusterfsd/src | |
parent | 19a1ce89421b7f066168059e972c906b8c194e54 (diff) |
Edited log message for --volfile-check
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
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 ee64ba3821b..3a0c30f98c7 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -135,7 +135,7 @@ static struct argp_option gf_options[] = { "Set attribute timeout to SECONDS for inodes in fuse kernel module " "[default: 1]"}, {"volfile-check", ARGP_VOLFILE_CHECK_KEY, 0, 0, - "enable strict volume file check in fuse notify"}, + "Enable strict volume file checking"}, #ifdef GF_DARWIN_HOST_OS {"non-local", ARGP_NON_LOCAL_KEY, 0, 0, "Mount the macfuse volume without '-o local' option"}, |