瀏覽代碼

Updated "help" statement of pn_interface

Yentl Van Tendeloo 9 年之前
父節點
當前提交
bccf14021d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      integration/code/pn_interface.alc

+ 2 - 1
integration/code/pn_interface.alc

@@ -122,7 +122,8 @@ Element function petrinet_loaded(model : Element):
 			output("Generic model operations:")
 			output("  instantiate -- Create a new model element")
 			output("  delete      -- Delete an existing element")
-			output("  attr_add    -- Add an attribute to an existing element")
+			output("  attr_add    -- Add an attribute to an element")
+			output("  attr_del    -- Delete an attribute of an element")
 			output("  rename      -- Rename an existing element")
 			output("  modify      -- Modify the attributes of an element")
 			output("  list        -- Prints the list of elements in the model")