mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Reorder options in pod
Put options into alphabetical order
This commit is contained in:
parent
f379208b32
commit
546766aec4
2 changed files with 18 additions and 17 deletions
1
Changes
1
Changes
|
@ -3,6 +3,7 @@
|
||||||
* Add in bugtracker and homepage resources to Build.PL file
|
* Add in bugtracker and homepage resources to Build.PL file
|
||||||
* Bring new module App::ClusterSSH::Host into play for parsing host strings
|
* Bring new module App::ClusterSSH::Host into play for parsing host strings
|
||||||
* Patch to override font used on command line (Roland Rosenfeld)
|
* Patch to override font used on command line (Roland Rosenfeld)
|
||||||
|
* Put options in cssh pod into alphabetical order
|
||||||
|
|
||||||
2010-01-08 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_01
|
2010-01-08 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_01
|
||||||
|
|
||||||
|
|
34
bin/cssh
34
bin/cssh
|
@ -176,6 +176,11 @@ Run the command in each session, i.e. C<-a 'vi /etc/hosts'> to drop straight
|
||||||
into a vi session. NOTE: not all communications methods support this (ssh
|
into a vi session. NOTE: not all communications methods support this (ssh
|
||||||
and rsh should, telnet will not).
|
and rsh should, telnet will not).
|
||||||
|
|
||||||
|
=item --autoquit,-q|--no-autoquit,-Q
|
||||||
|
|
||||||
|
Enable|Disable automatically quiting after the last client window has closed
|
||||||
|
(overriding the config file)
|
||||||
|
|
||||||
=item --cluster-file,-c <file>
|
=item --cluster-file,-c <file>
|
||||||
|
|
||||||
Use supplied file as additional cluster file (see also L<"FILES">)
|
Use supplied file as additional cluster file (see also L<"FILES">)
|
||||||
|
@ -206,10 +211,6 @@ potential errors. The <hostname> is required to aid the evaluation.
|
||||||
|
|
||||||
Specify the font to use in the terminal windows. Use standard X font notation.
|
Specify the font to use in the terminal windows. Use standard X font notation.
|
||||||
|
|
||||||
=item --tile,-g|--no-tile,-G
|
|
||||||
|
|
||||||
Enable|Disable window tiling (overriding the config file)
|
|
||||||
|
|
||||||
=item --help,-h|-?
|
=item --help,-h|-?
|
||||||
|
|
||||||
Show basic help text, and exit
|
Show basic help text, and exit
|
||||||
|
@ -218,11 +219,6 @@ Show basic help text, and exit
|
||||||
|
|
||||||
Show full help test (the man page), and exit
|
Show full help test (the man page), and exit
|
||||||
|
|
||||||
=item --username,-l $LOGNAME
|
|
||||||
|
|
||||||
Specify the default username to use for connections (if different from the
|
|
||||||
currently logged in user). B<NOTE:> will be overridden by <user>@<host>
|
|
||||||
|
|
||||||
=item --options,-o "-x -o ConnectTimeout=10" - for ssh connections
|
=item --options,-o "-x -o ConnectTimeout=10" - for ssh connections
|
||||||
|
|
||||||
=item --options,-o "" - for rsh connections
|
=item --options,-o "" - for rsh connections
|
||||||
|
@ -233,15 +229,15 @@ B<NOTE:> any "generic" change to the method (i.e. specifying the ssh port to use
|
||||||
should be done in the medium's own config file (see L<ssh_config> and
|
should be done in the medium's own config file (see L<ssh_config> and
|
||||||
F<$HOME/.ssh/config>).
|
F<$HOME/.ssh/config>).
|
||||||
|
|
||||||
|
=item --output-config,-u
|
||||||
|
|
||||||
|
Output the current configuration in the same format used by the
|
||||||
|
F<$HOME/.csshrc> file.
|
||||||
|
|
||||||
=item --port,-p <port>
|
=item --port,-p <port>
|
||||||
|
|
||||||
Specify an alternate port for connections.
|
Specify an alternate port for connections.
|
||||||
|
|
||||||
=item --autoquit,-q|--no-autoquit,-Q
|
|
||||||
|
|
||||||
Enable|Disable automatically quiting after the last client window has closed
|
|
||||||
(overriding the config file)
|
|
||||||
|
|
||||||
=item --show-history,-s
|
=item --show-history,-s
|
||||||
|
|
||||||
IN BETA: Show history within console window. This code is still being
|
IN BETA: Show history within console window. This code is still being
|
||||||
|
@ -251,14 +247,18 @@ worked upon, but may help some users.
|
||||||
|
|
||||||
Specify arguments to be passed to terminals being used
|
Specify arguments to be passed to terminals being used
|
||||||
|
|
||||||
|
=item --tile,-g|--no-tile,-G
|
||||||
|
|
||||||
|
Enable|Disable window tiling (overriding the config file)
|
||||||
|
|
||||||
=item --title,-T "CSSH"
|
=item --title,-T "CSSH"
|
||||||
|
|
||||||
Specify the initial part of the title used in the console and client windows
|
Specify the initial part of the title used in the console and client windows
|
||||||
|
|
||||||
=item --output-config,-u
|
=item --username,-l $LOGNAME
|
||||||
|
|
||||||
Output the current configuration in the same format used by the
|
Specify the default username to use for connections (if different from the
|
||||||
F<$HOME/.csshrc> file.
|
currently logged in user). B<NOTE:> will be overridden by <user>@<host>
|
||||||
|
|
||||||
=item --version,-v
|
=item --version,-v
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue