浏览代码

Added updated help statement

Yentl Van Tendeloo 8 年之前
父节点
当前提交
2654c84cc1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/mini_modify.alc

+ 1 - 0
core/mini_modify.alc

@@ -39,6 +39,7 @@ Element function modify(model : Element, write : Boolean):
 			else:
 				output(" == READ-ONLY ==")
 			output("  list        -- Prints the list of elements in the model")
+			output("  list_full   -- Prints the list of all elements in the model")
 			output("  types       -- Prints the list of elements that can be instantiated")
 			output("  read        -- Prints the current state of a model element")
 			output("  verify      -- Check whether the model conforms to the metamodel")