aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2015-09-08 14:36:07 +0200
committerTimo Weingärtner <timo@tiwe.de>2015-09-08 14:36:07 +0200
commita448de907b70e9d6b2532f1e820e5c70b11dcc70 (patch)
treedc335b11f13a624bce0bc8b278d963cdc25af9e6
parentc9dfa57b7a06c5b0770e11d210e02ace54518644 (diff)
downloadssh-agent-filter-a448de907b70e9d6b2532f1e820e5c70b11dcc70.tar.gz
afssh: call ssh without arguments for usage
-rwxr-xr-xafssh2
1 files changed, 1 insertions, 1 deletions
diff --git a/afssh b/afssh
index 3b9d84f..c482aea 100755
--- a/afssh
+++ b/afssh
@@ -28,7 +28,7 @@ usage () {
echo
"$SAF" --help
echo
- ssh --help
+ ssh
exit
}