From 9a4d465d1a439f25954e793425dc8798864fff09 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 4 Dec 2009 15:00:26 +0000 Subject: [PATCH] one more minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4729 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 10f74bd83..06f08372a 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -3559,7 +3559,7 @@ sub parse_and_run_dsh 'v|verify' => \$options{'verify'}, 'z|exit-status' => \$options{'exit-status'}, 'B|bypass' => \$options{'bypass'}, - 'c|cleanup=s' => \$options{'cleanup'}, + 'c|cleanup' => \$options{'cleanup'}, 'E|environment=s' => \$options{'environment'}, 'I|ignore-sig|ignoresig=s' => \$options{'ignore-signal'}, 'K|keysetup' => \$options{'ssh-setup'},