From 35de7430654b641d118974c47ed2e312e63d8cf3 Mon Sep 17 00:00:00 2001 From: Marco Raber Date: Thu, 28 Oct 2021 16:17:57 +0200 Subject: [PATCH] Added example in usage() --- sshin | 1 + 1 file changed, 1 insertion(+) diff --git a/sshin b/sshin index 9f78a34..3bffc60 100755 --- a/sshin +++ b/sshin @@ -6,6 +6,7 @@ usage() { echo "This tools automatically chooses the server port based on the port_association file in ~/local/share/sshin/port_association" echo echo "Example: \"sshin foo bar.com \" will run \"ssh foo@bar.com -p 2323\"" + echo "Example: \"sshin foo 43 \" will run \"ssh foo@192.168.1.43\"" return }