summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-05-24 17:55:05 +0200
committerSimo Sorce <simo@redhat.com>2012-05-31 18:30:45 -0400
commit6f70e018194666b966ba99c25735c8648009a5c6 (patch)
treedab9df0925fce4eef7b66b80f08ed6903089ca15
parent95596fb8fac8e94eccdcde087d4972cd82b21903 (diff)
downloadgss-proxy-6f70e018194666b966ba99c25735c8648009a5c6.tar.gz
gss-proxy-6f70e018194666b966ba99c25735c8648009a5c6.tar.xz
gss-proxy-6f70e018194666b966ba99c25735c8648009a5c6.zip
Fix popt usage message for -d option.
Guenther Signed-off-by: Simo Sorce <simo@redhat.com>
-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