Update admin command help for new data model
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 3 Nov 2018 13:06:15 +0000 (13:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 3 Nov 2018 13:06:15 +0000 (13:06 +0000)
Refresh the example invocations in help entries for admin commands
which previously showed old-style element identifiers.

share/command.yaml

index 38ee8a6..83e3d09 100644 (file)
@@ -19,19 +19,19 @@ command.create.action: command_create(actor, parameters)
 command.create.administrative: true
 command.create.description: Create a new element in the universe.
 command.create.help: Ways to create an element:$(eol)$(eol)   create
-    actor:fred$(eol)   create other:garply foo/bar/baz
+    actor.avatar_fred_1$(eol)   create other.garply foo/bar/baz
 
 command.delete.action: command_delete(actor, parameters)
 command.delete.administrative: true
 command.delete.description: Delete an existing facet from an element.
 command.delete.help: You can delete any facet of an element as
-    follows:$(eol)$(eol)   delete area:boardroom terrain
+    follows:$(eol)$(eol)   delete area.boardroom terrain
 
 command.destroy.action: command_destroy(actor, parameters)
 command.destroy.administrative: true
 command.destroy.description: Destroy an existing element in the universe.
 command.destroy.help: You can destroy any element in the universe as
-    follows:$(eol)$(eol)   destroy prop:dagger
+    follows:$(eol)$(eol)   destroy prop.dagger
 
 command.halt.action: command_halt(actor, parameters)
 command.halt.administrative: true
@@ -81,8 +81,9 @@ command.say.see_also: chat
 command.set.action: command_set(actor, parameters)
 command.set.administrative: true
 command.set.description: Set a facet of an element.
-command.set.help: Invoke it like this:$(eol)$(eol)   set actor:dominique
-    description You see nothing special.
+command.set.help: Invoke it like
+    this:$(eol)$(eol)   set actor.avatar_dominique_0 description You see
+    nothing special.
 
 command.show.action: command_show(actor, parameters)
 command.show.administrative: true