]> git.pond.sub.org Git - empserver/commitdiff
Belatedly update c_form of of show command
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Feb 2008 06:56:49 +0000 (07:56 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Feb 2008 06:56:49 +0000 (07:56 +0100)
It lacked item and news since 4.3.0.

src/lib/player/empmod.c

index d594194b34af3b67730cd5d99766fade7967cc36..fc3c436191e5983a16814f99463b6b8e54cd806a 100644 (file)
@@ -230,7 +230,7 @@ struct cmndstr player_coms[] = {
     {"ship <SHIPS>", 0, shi, 0, NORM},
     {"shoot <c|u> <SECTS> <NUMBER>", 3, shoo, C_MOD, NORM + MONEY + CAP},
     {"show <TYPE> <\"build\"|\"stats\"|\"cap\"> [<tech>]\n"
     {"ship <SHIPS>", 0, shi, 0, NORM},
     {"shoot <c|u> <SECTS> <NUMBER>", 3, shoo, C_MOD, NORM + MONEY + CAP},
     {"show <TYPE> <\"build\"|\"stats\"|\"cap\"> [<tech>]\n"
-     "\tshow <bridge|tower>\n"
+     "\tshow <bridge|item|news|tower>\n"
      "\tshow updates [<NUM>]>",
      0, show, 0, VIS},
     {"shutdown <minutes> <disable update?>", 0, shut, 0, GOD},
      "\tshow updates [<NUM>]>",
      0, show, 0, VIS},
     {"shutdown <minutes> <disable update?>", 0, shut, 0, GOD},