From c935c1bd9e3e996dd64d9be7b4af3d50454527ed Mon Sep 17 00:00:00 2001 From: yinle Date: Sat, 19 Mar 2011 09:24:44 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/nodels.1.pod | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/nodels.1.pod b/xCAT-client/pods/man1/nodels.1.pod index c35418447..ea96d13ac 100644 --- a/xCAT-client/pods/man1/nodels.1.pod +++ b/xCAT-client/pods/man1/nodels.1.pod @@ -4,7 +4,7 @@ B - lists the nodes, and their attributes, from the xCAT database. =head1 SYNOPSIS -B [I] [B<-b> | B<--blame>] [B<-H> | B<--with-fieldname>] [I | I] [I<...>] +B [I] [B<-b> | B<--blame>] [B<-H> | B<--with-fieldname>] [B<-S>] [I | I] [I<...>] B [I] [B<-H> | B<--with-fieldname>] [I] @@ -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