Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
ssh-tunnel-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
ssh-tunnel-manager
Commits
c0d0fd9d
Commit
c0d0fd9d
authored
10 years ago
by
Gerhard
Browse files
Options
Downloads
Patches
Plain Diff
updated help screen
parent
0a9bac70
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ssh-tunnel-manager.sh
+8
-6
8 additions, 6 deletions
ssh-tunnel-manager.sh
with
8 additions
and
6 deletions
ssh-tunnel-manager.sh
+
8
−
6
View file @
c0d0fd9d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment