Amend 'tag-file' short option to 'r'

This is to avoid an option clash with the cluster file option
This commit is contained in:
Duncan Ferguson 2014-01-17 09:31:19 +00:00
parent 56faa0ac30
commit 58bd88a023
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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">)

View file

@ -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',