From b95b557fc147ce531b9e745f7087bac8707e4de8 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 24 Aug 2025 04:08:11 +0200 Subject: [PATCH] Update show Help --- bin/ssh-proxy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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]"