aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2015-10-05 19:13:17 +0200
committerTimo Weingärtner <timo@tiwe.de>2015-10-05 19:13:17 +0200
commitedcfe36b273de11d04cd0e77e31bc5e8c0b1337b (patch)
treeb789aad77b81bc899c1adc2a597a77e2ce44b237
parenta448de907b70e9d6b2532f1e820e5c70b11dcc70 (diff)
downloadssh-agent-filter-edcfe36b273de11d04cd0e77e31bc5e8c0b1337b.tar.gz
s/Invocation:/Usage:/ to make help2man recognize SYNOPSIS
-rw-r--r--ssh-agent-filter.C2
1 files changed, 1 insertions, 1 deletions
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);
}