]> git.pond.sub.org Git - empserver/commitdiff
(xdump): Nicer prompts.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Feb 2006 18:16:10 +0000 (18:16 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 26 Feb 2006 18:16:10 +0000 (18:16 +0000)
src/lib/commands/xdump.c

index d0acb4603b872b452e5fc3fccfb96fe6e4f487ae..26fa5c1709048b472d0b82e0ae832514ce8d46e5 100644 (file)
@@ -387,10 +387,10 @@ xdump(void)
     int type;
     int meta = 0;
 
-    p = getstarg(player->argp[1], "What? ", buf);
+    p = getstarg(player->argp[1], "Table name, or meta? ", buf);
     if (p && strcmp(p, "meta") == 0) {
        meta = 1;
-       p = getstarg(player->argp[2], "What? ", buf);
+       p = getstarg(player->argp[2], "Table name? ", buf);
     }
     if (!p)
        return RET_SYN;