2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-04 17:28:18 +00:00

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

This commit is contained in:
Jarrod Johnson
2018-02-26 10:41:02 -05:00

View File

@@ -1225,7 +1225,7 @@ sub usage
my $retcode=shift;
my $rsp = {};
$rsp->{data}->[0] = "Usage:";
$rsp->{data}->[1] = " nodestat [noderange] [-m|--usemon] [-p|powerstat] [-u|--updatedb]";
$rsp->{data}->[1] = " nodestat [noderange] [-m|--usemon] [-p|powerstat] [-u|--updatedb] [-f|--usefping]";
$rsp->{data}->[2] = " nodestat [-h|--help|-v|--version]";
if($retcode){
$rsp->{errorcode}->[0]=$retcode;