From 3274a805f06c24acaeef0e8e445acdfc7cc74409 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 30 Dec 2011 05:04:46 +0000 Subject: [PATCH] remove the example of removing all nodes and groups git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11316 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/rmdef.1.pod | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/xCAT-client/pods/man1/rmdef.1.pod b/xCAT-client/pods/man1/rmdef.1.pod index 7017137a4..905938b1a 100644 --- a/xCAT-client/pods/man1/rmdef.1.pod +++ b/xCAT-client/pods/man1/rmdef.1.pod @@ -65,15 +65,11 @@ Verbose mode. rmdef -t node node1-node4 -=item 2. To remove all node and group definitions. - - rmdef -t node,group - -=item 3. To remove all node definitions for the nodes contained in the group bpcnodes. +=item 2. To remove all node definitions for the nodes contained in the group bpcnodes. rmdef -t node -o bpcnodes -=item 4. To remove the group called bpcnodes. +=item 3. To remove the group called bpcnodes. rmdef -t group -o bpcnodes