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 }