mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-09-06 02:08:25 +00:00
Add -f option to nodestat usage
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user