From 3c431f0dfb0223f95bf318d4fe209a81f36e88d1 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Tue, 18 Jun 2013 12:35:28 +0200 Subject: documentation update ssh-agent-filter.C: remove remains of initial plan to wrap ssh in the filter afssh: add --help --- ssh-agent-filter.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh-agent-filter.C') diff --git a/ssh-agent-filter.C b/ssh-agent-filter.C index 0d83cef..61acafe 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -156,7 +156,7 @@ void parse_cmdline (int const argc, char const * const * const argv) { po::notify(config); if (config.count("help")) { - std::cout << "Invocation: ssh-agent-filter [ OPTIONS ] -- [ SSH ARGUMENTS ]" << std::endl; + std::cout << "Invocation: ssh-agent-filter [ OPTIONS ]" << std::endl; std::cout << opts << std::endl; exit(EX_OK); } -- cgit v1.2.3