From 79342c436fb994e6a41e3c7b69c962af37e8946a Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 5 Oct 2010 03:50:06 +0000 Subject: glusterfsd: '-f' option help update Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1809 (glusterd help text for -f is wrong) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1809 --- glusterfsd/src/glusterfsd.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'glusterfsd/src') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 9f179e46..eb2f61ba 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"}, -- cgit