From 6f70e018194666b966ba99c25735c8648009a5c6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 May 2012 17:55:05 +0200 Subject: Fix popt usage message for -d option. Guenther Signed-off-by: Simo Sorce --- proxy/src/gssproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy/src/gssproxy.c') 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 -- cgit