From edcfe36b273de11d04cd0e77e31bc5e8c0b1337b Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Mon, 5 Oct 2015 19:13:17 +0200 Subject: s/Invocation:/Usage:/ to make help2man recognize SYNOPSIS --- 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 4d9b2ba..1dcbb5c 100644 --- a/ssh-agent-filter.C +++ b/ssh-agent-filter.C @@ -211,7 +211,7 @@ void parse_cmdline (int const argc, char const * const * const argv) { notify(config); if (config.count("help")) { - cout << "Invocation: ssh-agent-filter [ OPTIONS ]" << endl; + cout << "Usage: ssh-agent-filter [ OPTIONS ]" << endl; cout << opts << endl; exit(EX_OK); } -- cgit v1.2.3