diff options
-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); } |