2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 17:58:14 +00:00

Revert "Add -f option to nodestat usage"

This reverts commit 322e77d184.
This commit is contained in:
Jarrod Johnson
2018-02-26 10:39:40 -05:00
parent 57f6ddd38b
commit 6872a25c56

View File

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