summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 3b1c49301239285840ef0b6cbab329d16e821e8e (plain)
1
ChangeLog is maintained by "git log".
n>space:mode:
Diffstat (limited to 'cli/src/cli.c')
-rw-r--r--cli/src/cli.c58
1 files changed, 3 insertions, 55 deletions
diff --git a/cli/src/cli.c b/cli/src/cli.c
index c165255a0ef..48490ddf4c5 100644
--- a/cli/src/cli.c
+++ b/cli/src/cli.c
@@ -76,9 +76,6 @@
extern int connected;
/* using argp for command line parsing */
-static char gf_doc[] = "";
-
-static char argp_doc[] = "COMMAND [PARAM ...]";
const char *argp_program_version = "" \
PACKAGE_NAME" "PACKAGE_VERSION" built on "__DATE__" "__TIME__ \
@@ -91,14 +88,7 @@ const char *argp_program_version = "" \
const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
-static struct argp_option gf_options[] = {
- {0, 0, 0, 0, "Basic options:"},
- {"debug", ARGP_DEBUG_KEY, 0, 0,
- "Process runs in foreground and logs to console"},
- {"remote-port", ARGP_PORT_KEY, "PORT", 0,
- "glusterd port to connect with"},