diff options
author | Amar Tumballi <amar@gluster.com> | 2010-10-05 03:50:06 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-05 03:43:06 -0700 |
commit | 79342c436fb994e6a41e3c7b69c962af37e8946a (patch) | |
tree | 4a5e29cee146b3e3ef7898b9dbaa96e495b0c16b | |
parent | b5c5a7fa141e77a5d688647c753b2d59d6330f83 (diff) |
glusterfsd: '-f' option help update
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1809 (glusterd help text for -f is wrong)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1809
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 9f179e460..eb2f61ba5 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -108,11 +108,9 @@ static struct argp_option gf_options[] = { "This option should be provided with --volfile-server option" "[default: 1]"}, {"volfile", ARGP_VOLUME_FILE_KEY, "VOLFILE", 0, - "File to use as VOLUME_FILE [default: "DEFAULT_CLIENT_VOLFILE" or " - DEFAULT_SERVER_VOLFILE"]"}, + "File to use as VOLUME_FILE"}, {"spec-file", ARGP_VOLUME_FILE_KEY, "VOLFILE", OPTION_HIDDEN, - "File to use as VOLFILE [default : "DEFAULT_CLIENT_VOLFILE" or " - DEFAULT_SERVER_VOLFILE"]"}, + "File to use as VOLUME FILE"}, {"log-server", ARGP_LOG_SERVER_KEY, "LOGSERVER", 0, "Server to use as the central log server"}, |