Remove xml usage - not yet supported.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1644 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-06-13 11:53:42 +00:00
parent 83c8a11cef
commit f8983c8b4d

View File

@ -7,7 +7,7 @@ B<lsdef> - Use this command to list xCAT data object definitions.
B<lsdef> [B<-h>|B<--help>] [B<-t> I<object-types>]
B<lsdef> [B<-V>|B<--verbose>] [B<-l>|B<--long>] [B<-a>|B<--all>] [B<-t> I<object-types>]
[B<-o> I<object-names>] [B<-z>|B<--stanza>] [B<-x>|B<--xml>] [B<-i> I<attr-list>]
[B<-o> I<object-names>] [B<-z>|B<--stanza>] [B<-i> I<attr-list>]
[B<-w> I<attr>=I<val>,[I<attr>=I<val...>] [I<noderange>]
@ -58,13 +58,9 @@ Verbose mode.
A comma-separated list of attributes and values that can be used to select items to display. Use the help option to get a list of valid attributes.
=item B<-x|--xml>
Display output in XML format.
=item B<-z|--stanza>
Display output in stanza format.
Display output in stanza format. See the xcatstanzafile man page for details on using xCAT stanza files.
=back