fix bug 3390625, delete check option -m for 'set_lpar_name'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10292 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2011-08-16 04:08:46 +00:00
parent a883dd15e8
commit 38e619fcdb

View File

@ -306,8 +306,8 @@ sub chvm_parse_args {
}
}
if (exists($opt{lparname}) &&
(exists($opt{p}) || exists($opt{i}) || exists($opt{m}) || exists($opt{r}))) {
return (usage("lparname should NOT be used with -p, -i, -m or -r."));
(exists($opt{p}) || exists($opt{i}) || exists($opt{r}))) {
return (usage("lparname should NOT be used with -p, -i or -r."));
}
}