From d8306c63166dae7239f17645130535bccb5f5e8a Mon Sep 17 00:00:00 2001 From: Samveen Date: Thu, 27 Aug 2015 14:07:11 +0000 Subject: [PATCH] [xCAT-server]: Make string assignmets consistent in DBobjectdefs.pm (missed in previous commit) --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 24 +++++++------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index ec02fcfac..5c56aced4 100755 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -4040,11 +4040,9 @@ sub defmk_usage $rsp->{data}->[$n] = "$t"; $n++; } - $rsp->{data}->[$n] = - "\nUse the \'-h\' option together with the \'-t\' option to"; + $rsp->{data}->[$n] = "\nUse the \'-h\' option together with the \'-t\' option to"; $n++; - $rsp->{data}->[$n] = - "get a list of valid attribute names for each object type.\n"; + $rsp->{data}->[$n] = "get a list of valid attribute names for each object type.\n"; xCAT::MsgUtils->message("I", $rsp, $::callback); return 0; } @@ -4083,11 +4081,9 @@ sub defch_usage $rsp->{data}->[$n] = "$t"; $n++; } - $rsp->{data}->[$n] = - "\nUse the \'-h\' option together with the \'-t\' option to"; + $rsp->{data}->[$n] = "\nUse the \'-h\' option together with the \'-t\' option to"; $n++; - $rsp->{data}->[$n] = - "get a list of valid attribute names for each object type.\n"; + $rsp->{data}->[$n] = "get a list of valid attribute names for each object type.\n"; xCAT::MsgUtils->message("I", $rsp, $::callback); return 0; } @@ -4125,11 +4121,9 @@ sub defls_usage $rsp->{data}->[$n] = "$t"; $n++; } - $rsp->{data}->[$n] = - "\nUse the \'-h\' option together with the \'-t\' option to"; + $rsp->{data}->[$n] = "\nUse the \'-h\' option together with the \'-t\' option to"; $n++; - $rsp->{data}->[$n] = - "get a list of valid attribute names for each object type.\n"; + $rsp->{data}->[$n] = "get a list of valid attribute names for each object type.\n"; xCAT::MsgUtils->message("I", $rsp, $::callback); return 0; } @@ -4166,11 +4160,9 @@ sub defrm_usage $rsp->{data}->[$n] = "$t"; $n++; } - $rsp->{data}->[$n] = - "\nUse the \'-h\' option together with the \'-t\' option to"; + $rsp->{data}->[$n] = "\nUse the \'-h\' option together with the \'-t\' option to"; $n++; - $rsp->{data}->[$n] = - "get a list of valid attribute names for each object type.\n"; + $rsp->{data}->[$n] = "get a list of valid attribute names for each object type.\n"; xCAT::MsgUtils->message("I", $rsp, $::callback); return 0; }