2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-23 11:40:25 +00:00

one more minor fix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4729 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2009-12-04 15:00:26 +00:00
parent 545e8a969e
commit 9a4d465d1a

View File

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