Archived
1
0

Update show Help

This commit is contained in:
MatMoul 2025-08-24 04:08:11 +02:00
parent 4ae4fc5e07
commit b95b557fc1

View File

@ -1,14 +1,15 @@
#!/bin/bash #!/bin/bash
function showHelp() { function showHelp() {
echo "ssh-proxy [args] command proxy" echo "ssh-proxy [args] command cmd_args"
echo "" echo ""
echo "args :" echo "args :"
echo " --help Show help" echo " --help Show help"
echo "command;" echo "command :"
echo " status"
echo " start profile|port target" echo " start profile|port target"
echo " stop port" echo " stop port"
echo "proxy:" echo "cmd_args :"
echo " profile Name of the profile (~/.config/ssh-proxy/*)" echo " profile Name of the profile (~/.config/ssh-proxy/*)"
echo " port Proxy local port (1024-65535)" echo " port Proxy local port (1024-65535)"
echo " target Proxy target [user@]server[:port]" echo " target Proxy target [user@]server[:port]"