2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-06 10:18:20 +00:00

Merge branch 'nodestatUsage' of https://github.com/aduffy19/xcat-core into lenovobuild2.13

This commit is contained in:
Jarrod Johnson
2018-02-23 15:53:27 -05:00

View File

@@ -150,7 +150,8 @@ sub preprocess_request
'u|updatedb' => \$::UPDATE,
'p|powerstat' => \$::POWER,
'h|help' => \$::HELP,
'v|version' => \$::VERSION))
'v|version' => \$::VERSION,
'f|usefping' => \$::USEFPING))
{
&usage($cb,1);
return (1);