From b97f64c5f81c682933ab667dca93e6713efefd51 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Mon, 17 Jun 2013 20:43:56 +0200 Subject: fix description of debug option --- ssh-agent-filter.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C index 5aa086b..30e3eee 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -145,7 +145,7 @@ void parse_cmdline (int const argc, char const * const * const argv) { po::options_description opts("OPTIONS"); opts.add_options() ("comment,c", po::value(&allowed_comment), "key specified by comment") - ("debug,d", po::bool_switch(&debug), "show even more stuff") + ("debug,d", po::bool_switch(&debug), "show some debug info, don't fork") ("fingerprint,fp,f", po::value(&allowed_md5), "key specified by pubkey's hex-encoded md5 fingerprint") ("help,h", "print this help message") ("key,k", po::value(&allowed_b64), "key specified by base64-encoded pubkey") -- cgit v1.2.3