When reading code models, allow only a single model pere command
(as was implicitely assumed anyway).
This commit is contained in:
parent
2874fbae5b
commit
08ac17bd0a
|
|
@ -266,7 +266,7 @@ struct comm spcp_coms[] = {
|
|||
NULL,
|
||||
"node node ... : Print all event nodes." },
|
||||
{ "codemodel", com_codemodel, FALSE, TRUE,
|
||||
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
|
||||
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, 1,
|
||||
NULL,
|
||||
"library library ... : Loads the code model libraries." } ,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue