(xdump): Nicer prompts.

This commit is contained in:
Markus Armbruster 2006-02-26 18:16:10 +00:00
parent 3597934c40
commit 433bcb0d19

View file

@ -387,10 +387,10 @@ xdump(void)
int type; int type;
int meta = 0; 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) { if (p && strcmp(p, "meta") == 0) {
meta = 1; meta = 1;
p = getstarg(player->argp[2], "What? ", buf); p = getstarg(player->argp[2], "Table name? ", buf);
} }
if (!p) if (!p)
return RET_SYN; return RET_SYN;