diff options
author | Timo Weingärtner <timo@tiwe.de> | 2015-09-08 14:36:07 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2015-09-08 14:36:07 +0200 |
commit | a448de907b70e9d6b2532f1e820e5c70b11dcc70 (patch) | |
tree | dc335b11f13a624bce0bc8b278d963cdc25af9e6 /afssh | |
parent | c9dfa57b7a06c5b0770e11d210e02ace54518644 (diff) | |
download | ssh-agent-filter-a448de907b70e9d6b2532f1e820e5c70b11dcc70.tar.gz |
afssh: call ssh without arguments for usage
Diffstat (limited to 'afssh')
-rwxr-xr-x | afssh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ usage () { echo "$SAF" --help echo - ssh --help + ssh exit } |