Update show Help
This commit is contained in:
parent
4ae4fc5e07
commit
b95b557fc1
@ -1,14 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
function showHelp() {
|
||||
echo "ssh-proxy [args] command proxy"
|
||||
echo "ssh-proxy [args] command cmd_args"
|
||||
echo ""
|
||||
echo "args :"
|
||||
echo " --help Show help"
|
||||
echo "command;"
|
||||
echo "command :"
|
||||
echo " status"
|
||||
echo " start profile|port target"
|
||||
echo " stop port"
|
||||
echo "proxy:"
|
||||
echo "cmd_args :"
|
||||
echo " profile Name of the profile (~/.config/ssh-proxy/*)"
|
||||
echo " port Proxy local port (1024-65535)"
|
||||
echo " target Proxy target [user@]server[:port]"
|
||||
|
Reference in New Issue
Block a user