Skip to content
Snippets Groups Projects
Commit 908b441b authored by Gabriel Moreau's avatar Gabriel Moreau
Browse files

Begin small doc (for bash completion) to long option

parent ddfc6e16
No related branches found
No related tags found
No related merge requests found
Pipeline #83229 passed
......@@ -13,7 +13,7 @@ function usage() {
cat <<END_USAGE
tssh - tmux cluster ssh
tssh [-w number] [-f] [-h] [-p] [-i] [-t] [-v] [-l log_file] [-d delay_time] [-c remote_cmd] [-o ssh_option] <host1> <host2> <clusterssh class>... <hostM>- <hostN>+
tssh [--window|-w number] [--fast|-f] [--help|-h] [--parallel|-p] [--ping|-i] [--telnet|-t] [--verbose|-v] [--log|-l log_file] [--delay|-d delay_time] [--command|-c remote_cmd] [--ssh-option|-o ssh_option] <host1> <host2> <clusterssh class>... <hostM>- <hostN>+
-w window number of windows to open (integer, default 16)
-o ssh_option option to pass to ssh
......@@ -354,7 +354,7 @@ tssh - tmux cluster ssh
=head1 SYNOPSIS
tssh [-w number] [-f] [-h] [-p] [-i] [-t] [-v] [-l log_file] [-d delay_time] [-c remote_cmd] [-o ssh_option] <host1> <host2> <clusterssh class>... <hostM>- <hostN>+
tssh [--window|-w number] [--fast|-f] [--help|-h] [--parallel|-p] [--ping|-i] [--telnet|-t] [--verbose|-v] [--log|-l log_file] [--delay|-d delay_time] [--command|-c remote_cmd] [--ssh-option|-o ssh_option] <host1> <host2> <clusterssh class>... <hostM>- <hostN>+
=head1 DESCRIPTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment