diff options
author | Timo Weingärtner <timo@tiwe.de> | 2015-10-05 19:13:17 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2015-10-05 19:13:17 +0200 |
commit | edcfe36b273de11d04cd0e77e31bc5e8c0b1337b (patch) | |
tree | b789aad77b81bc899c1adc2a597a77e2ce44b237 /ssh-agent-filter.C | |
parent | a448de907b70e9d6b2532f1e820e5c70b11dcc70 (diff) | |
download | ssh-agent-filter-edcfe36b273de11d04cd0e77e31bc5e8c0b1337b.tar.gz |
s/Invocation:/Usage:/ to make help2man recognize SYNOPSIS
Diffstat (limited to 'ssh-agent-filter.C')
-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 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); } |