mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	[xCAT-server]: Make string assignmets consistent in DBobjectdefs.pm (missed in previous commit)
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user