summaryrefslogtreecommitdiffstats
path: root/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'proxy')
-rw-r--r--proxy/src/gssproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gssproxy.c b/proxy/src/gssproxy.c
index f8a0834..14f223f 100644
--- a/proxy/src/gssproxy.c
+++ b/proxy/src/gssproxy.c
@@ -53,7 +53,7 @@ int main(int argc, const char *argv[])
{"config", 'c', POPT_ARG_STRING, &opt_config_file, 0, \
_("Specify a non-default config file"), NULL}, \
{"debug", 'd', POPT_ARG_NONE, &opt_debug, 0, \
- _("Specify a non-default config file"), NULL}, \
+ _("Enable debugging"), NULL}, \
{"version", '\0', POPT_ARG_NONE, &opt_version, 0, \
_("Print version number and exit"), NULL }, \
POPT_TABLEEND