diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 235022273..31294ece9 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -2672,10 +2672,14 @@ sub getAllEntries Input of attrval strings - $nodelist->getAllAttribsWhere(array of attr val,'node','group'); + $nodelist->getAllAttribsWhere(array of attrval,'node','group'); returns node and group attributes - $nodelist->getAllAttribsWhere(array of attr val,'ALL'); + $nodelist->getAllAttribsWhere(array of attrval,'ALL'); returns all attributes + where operator can be + (==,!=,=~,!~, >, <, >=,<=) + + Comments: none