Converted more options

This commit is contained in:
Duncan Ferguson 2014-06-07 15:54:42 +01:00
parent b33f3ffb13
commit e0b5514341

View file

@ -26,6 +26,14 @@ sub new {
#my %command_options = ( #my %command_options = (
$self->{command_options} = { $self->{command_options} = {
'config-file|C=s' => {
arg_desc => 'filename',
help => $self->loc('Use supplied file as additional configuration file (see also L</"FILES">).'),
},
'cluster-file|c=s' => {
arg_desc => 'filename',
help => $self->loc('Use supplied file as additional cluster file (see also L</"FILES">).'),
},
'autoclose|K=i' => { 'autoclose|K=i' => {
arg_desc => 'seconds', arg_desc => 'seconds',
help => $self->loc('Number of seconds to wait before closing finished terminal windows.'), help => $self->loc('Number of seconds to wait before closing finished terminal windows.'),