Prechádzať zdrojové kódy

Added updated help statement

Yentl Van Tendeloo 8 rokov pred
rodič
commit
2654c84cc1
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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")