Added example in usage()

This commit is contained in:
Marco Raber 2021-10-28 16:17:57 +02:00
parent 18b8086955
commit 35de743065

1
sshin
View File

@ -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
}