diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-06-17 20:43:56 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-06-17 20:43:56 +0200 |
commit | b97f64c5f81c682933ab667dca93e6713efefd51 (patch) | |
tree | 7100f3581c1df5c2290d06fd52223b4ed3da9253 | |
parent | 7ed93d297cda37e9f0e89a54ab270d73e3cb4f3c (diff) | |
download | ssh-agent-filter-b97f64c5f81c682933ab667dca93e6713efefd51.tar.gz |
fix description of debug option
-rw-r--r-- | ssh-agent-filter.C | 2 |
1 files changed, 1 insertions, 1 deletions
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") |