2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Create xdsh.pm

Fixed indent. Odd thing is it looked OK on my local computer copy, but not here in GitHub repository...
This commit is contained in:
Chuck Brazie 2017-06-15 09:15:51 -04:00 committed by GitHub
parent e8aa65e5fe
commit 139dae3e92

View File

@ -303,8 +303,8 @@ sub parse_xdcp_cmd
'F|File=s' => \$options{'File'},
'h|help' => \$options{'help'},
'i|rootimg=s' => \$options{'rootimg'},
'ip=s' => \$options{'ip'},
'show=s' => \$options{'show'},
'ip=s' => \$options{'ip'},
'show=s' => \$options{'show'},
'l|user=s' => \$options{'user'},
'n|nodes=s' => \$options{'nodes'},
'o|node-options=s' => \$options{'node-options'},