diff options
| author | Csaba Henk <csaba@gluster.com> | 2010-08-31 01:12:56 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-08-31 00:06:56 -0700 | 
| commit | ddafbca363a5b0f0d8d1f11aa35e250d2c2c91bd (patch) | |
| tree | 4f6d95374a7226a1136f88d8e50e5cca223d14aa | |
| parent | a29aec5fb2c6f6dd1d8e24049c282353c7f5db0f (diff) | |
fix typo in commandline help message
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1482 (typo in help message)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1482
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 5 | 
1 files 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, "  | 
