diff --git a/bin/ssh-proxy b/bin/ssh-proxy index ee5d0c2..087a225 100755 --- a/bin/ssh-proxy +++ b/bin/ssh-proxy @@ -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]"