(xdump): Nicer prompts.
This commit is contained in:
parent
3597934c40
commit
433bcb0d19
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue