mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Amend 'tag-file' short option to 'r'
This is to avoid an option clash with the cluster file option
This commit is contained in:
parent
56faa0ac30
commit
58bd88a023
3 changed files with 3 additions and 2 deletions
1
Changes
1
Changes
|
@ -1,5 +1,6 @@
|
|||
????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.02_03
|
||||
- Fix 'File->Show History' (Sf support request 41)
|
||||
- Amend 'tag-file' short option to 'r' to avoid option clash
|
||||
|
||||
2014-01-13 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.02_02
|
||||
- Fixed macros (%u, %s, %h, %n) not doing multiple replacements
|
||||
|
|
2
bin/cssh
2
bin/cssh
|
@ -213,7 +213,7 @@ Specify an alternate port for connections.
|
|||
IN BETA: Show history within console window. This code is still being
|
||||
worked upon, but may help some users.
|
||||
|
||||
=item --tag-file,-c <file>
|
||||
=item --tag-file,-r <file>
|
||||
|
||||
Use supplied file as additional tag file (see also L</"FILES">)
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ my @options_spec = (
|
|||
'man|H',
|
||||
'action|a=s',
|
||||
'cluster-file|c=s',
|
||||
'tag-file|c=s',
|
||||
'tag-file|r=s',
|
||||
'config-file|C=s',
|
||||
'evaluate|e=s',
|
||||
'tile|g',
|
||||
|
|
Loading…
Add table
Reference in a new issue