Added example in usage()
This commit is contained in:
parent
18b8086955
commit
35de743065
1
sshin
1
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 "This tools automatically chooses the server port based on the port_association file in ~/local/share/sshin/port_association"
|
||||||
echo
|
echo
|
||||||
echo "Example: \"sshin foo bar.com \" will run \"ssh foo@bar.com -p 2323\""
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user