From ee66c687c918821603d3a9142522448230776a3e Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 30 Jun 2009 10:56:13 +0000 Subject: [PATCH] update *def usage for the selection string syntax changes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3666 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 19b9bd1cf..d2a870000 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -2938,7 +2938,7 @@ sub defmk_usage $rsp->{data}->[2] = " mkdef [-V | --verbose] [-t object-types] [-o object-names] [-z|--stanza ]"; $rsp->{data}->[3] = - " [-d | --dynamic] [-w attr=val,[attr=val...]]"; + " [-d | --dynamic] [-w \"attr==val\" [-w \"attr=~val\"] ...]"; $rsp->{data}->[4] = " [-f | --force] [noderange] [attr=val [attr=val...]]\n"; $rsp->{data}->[5] = @@ -2987,7 +2987,7 @@ sub defch_usage $rsp->{data}->[3] = " [-z | --stanza] [-m | --minus] [-p | --plus]"; $rsp->{data}->[4] = - " [-w attr=val,[attr=val...] ] [noderange] [attr=val [attr=val...]]\n"; + " [-w \"attr==val\" [-w \"attr=~val\"] ... ] [noderange] [attr=val [attr=val...]]\n"; $rsp->{data}->[5] = "\nThe following data object types are supported by xCAT.\n"; my $n = 6; @@ -3033,7 +3033,7 @@ sub defls_usage $rsp->{data}->[3] = " [ -l | --long] [-a | --all] [-z | --stanza ]"; $rsp->{data}->[4] = - " [-i attr-list] [-w attr=val,[attr=val...]] [noderange]\n"; + " [-i attr-list] [-w \"attr==val\" [-w \"attr=~val\"] ...] [noderange]\n"; $rsp->{data}->[5] = "\nThe following data object types are supported by xCAT.\n"; my $n = 6;