From 6872a25c565a621d12a0b9d8235df95ab0e1579e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 26 Feb 2018 10:39:40 -0500 Subject: [PATCH] Revert "Add -f option to nodestat usage" This reverts commit 322e77d18463ee576d9134e104d6e356749ad27b. --- xCAT-server/lib/xcat/plugins/nodestat.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/nodestat.pm b/xCAT-server/lib/xcat/plugins/nodestat.pm index 354694249..5a4f9aa45 100644 --- a/xCAT-server/lib/xcat/plugins/nodestat.pm +++ b/xCAT-server/lib/xcat/plugins/nodestat.pm @@ -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);