From ddafbca363a5b0f0d8d1f11aa35e250d2c2c91bd Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Tue, 31 Aug 2010 01:12:56 +0000 Subject: fix typo in commandline help message Signed-off-by: Csaba Henk Signed-off-by: Vijay Bellur BUG: 1482 (typo in help message) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1482 --- glusterfsd/src/glusterfsd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 0717e313100..9b343f5909d 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -112,9 +112,8 @@ static struct argp_option gf_options[] = { {"spec-file", ARGP_VOLUME_FILE_KEY, "VOLFILE", OPTION_HIDDEN, "File to use as VOLFILE [default : "DEFAULT_CLIENT_VOLFILE" or " DEFAULT_SERVER_VOLFILE"]"}, - {"log-server", ARGP_LOG_SERVER_KEY, "LOG SERVER", 0, - "Server to use as the central log server." - "--log-server option"}, + {"log-server", ARGP_LOG_SERVER_KEY, "LOGSERVER", 0, + "Server to use as the central log server"}, {"log-level", ARGP_LOG_LEVEL_KEY, "LOGLEVEL", 0, "Logging severity. Valid options are DEBUG, NORMAL, WARNING, ERROR, " -- cgit