From e0b5514341729e18e4856a584db6168024a11998 Mon Sep 17 00:00:00 2001 From: Duncan Ferguson Date: Sat, 7 Jun 2014 15:54:42 +0100 Subject: [PATCH] Converted more options --- lib/App/ClusterSSH/Getopt.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/App/ClusterSSH/Getopt.pm b/lib/App/ClusterSSH/Getopt.pm index 1d4a230..88de1ea 100644 --- a/lib/App/ClusterSSH/Getopt.pm +++ b/lib/App/ClusterSSH/Getopt.pm @@ -26,6 +26,14 @@ sub new { #my %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).'), + }, + 'cluster-file|c=s' => { + arg_desc => 'filename', + help => $self->loc('Use supplied file as additional cluster file (see also L).'), + }, 'autoclose|K=i' => { arg_desc => 'seconds', help => $self->loc('Number of seconds to wait before closing finished terminal windows.'),