]> git.pond.sub.org Git - empserver/commitdiff
(player_coms): Implement c_form for xdump and enable the command.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 16 Dec 2004 22:08:03 +0000 (22:08 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 16 Dec 2004 22:08:03 +0000 (22:08 +0000)
src/lib/player/empmod.c

index 7f646fe10a69a3e9ebf01f49cde79d05e3acfd1e..be165200541513071d24e6951beeaef96d89278c 100644 (file)
@@ -271,9 +271,7 @@ struct cmndstr player_coms[] = {
     {"wipe <SECTS>", 1, wipe, C_MOD, NORM},
     {"wire [yes|no|<days>]", 0, rea, C_MOD, VIS},
     {"work <LAND UNITS> <AMOUNT>", 1, work, C_MOD, NORM + MONEY + CAP},
-#if 0 /* experimental, disabled for now */
-    {"xdump FIXME", 0, xdump, 0, NORM},
-#endif
+    {"xdump [<TABLE-KIND>] <TABLE> [<ROWS>]", 0, xdump, 0, NORM},
     {"zdone <y|n|c>", 0, zdon, C_MOD, NORM},
     {0, 0, 0, 0, 0}
 };