Skip to content
Snippets Groups Projects
Commit c0d0fd9d authored by Gerhard's avatar Gerhard
Browse files

updated help screen

parent 0a9bac70
No related branches found
No related tags found
No related merge requests found
...@@ -203,12 +203,14 @@ if [ "$HELP" -eq "1" ]; then ...@@ -203,12 +203,14 @@ if [ "$HELP" -eq "1" ]; then
echo " -h --help print this usage and exit" echo " -h --help print this usage and exit"
echo " -v --version print version information and exit" echo " -v --version print version information and exit"
echo " --config Configuration file to read parameters from" echo " --config Configuration file to read parameters from"
echo " start Start the ssh tunnels configured" echo " start [TN] Start the ssh tunnels configured"
echo " stop Stop the ssh tunnels configured" echo " stop [TN] Stop the ssh tunnels configured"
echo " status Check the status of the ssh tunnel" echo " status [TN] Check the status of the ssh tunnel"
echo " show Show the ssh tunnel configuration and there tunnel-ID" echo " show [TN] Show the ssh tunnel configuration and there tunnel name"
echo " restart Restart the ssh tunnels configured" echo " restart [TN] Restart the ssh tunnels configured"
echo " tunnel-ID To start/stop/restart/status one specific tunnel identified by its ID" echo " "
echo " TN Specify one tunnel to start/stop/... identified by its name"
echo
echo echo
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment