Imported from archive.
[mudpy.git] / command
diff --git a/command b/command
index 907335a..c983ed3 100644 (file)
--- a/command
+++ b/command
@@ -65,6 +65,6 @@ help = Invoke it like this:$(eol)$(eol)   set actor:dominique description You se
 [command:show]
 action = command_show(actor, parameters)
 administrative = yes
-description = Show element data.
-help = Here are the possible incantations:$(eol)$(eol)   show categories$(eol)   show category actor$(eol)   show element location:1:2:3:4$(eol)   show files$(eol)   show log 20$(eol)   show result avatar.get("name")$(eol)   show time
+description = Show various data.
+help = Here are the possible incantations (<parameter> is required, [parameter] is optional, (note) is a note):$(eol)$(eol)   show categories (list all element category names)$(eol)   show category <category> (list the elements in a category)$(eol)   show element <element> (list facet definitions for an element)$(eol)   show files (list all element data files)$(eol)   show file <filename> (list elements in a file)$(eol)   show log [level [start [stop]]] (list logs above level from start to stop)$(eol)   show result <expression> (evaluates a python expression)$(eol)   show time (returns the current universal elapsed time counter)