Fix bug 3214876: update "-S" flag for nodels & lsdef

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9103 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-03-19 09:24:44 +00:00
parent f710b7c48b
commit c935c1bd9e

View File

@ -4,7 +4,7 @@ B<nodels> - lists the nodes, and their attributes, from the xCAT database.
=head1 SYNOPSIS
B<nodels> [I<noderange>] [B<-b> | B<--blame>] [B<-H> | B<--with-fieldname>] [I<table.column> | I<shortname>] [I<...>]
B<nodels> [I<noderange>] [B<-b> | B<--blame>] [B<-H> | B<--with-fieldname>] [B<-S>] [I<table.column> | I<shortname>] [I<...>]
B<nodels> [I<noderange>] [B<-H> | B<--with-fieldname>] [I<table>]
@ -77,6 +77,10 @@ Force display of table name and column name context for each result
For values inherited from groups, display which groups provided the inheritence
=item B<-S>
List all the hidden nodes (FSP/BPA nodes) with other ones.
=item B<-?|-h|--help>
Display usage message.
@ -232,7 +236,15 @@ Output looks like:
blade7: mp.id: 7
blade8: mp.id: 8
blade9: mp.id: 9
=item 10.
To list the hidden nodes that can't be seen with other flags.
The hidden nodes are FSP/BPAs.
lsdef -S
=back
=head1 FILES