Fix some argument prompts to end in one space
Corrects first argument of collect and show, and second argument of assault, follow, mine, lmine and mobquota.
This commit is contained in:
parent
a1f4dc9592
commit
0a61f8eb78
6 changed files with 7 additions and 7 deletions
|
@ -51,7 +51,7 @@ show(void)
|
|||
int rlev;
|
||||
|
||||
if (!(p = getstarg(player->argp[1],
|
||||
"Show what (bridge, item, land, nuke, plane, sect, ship, tower, updates)?",
|
||||
"Show what (bridge, item, land, nuke, plane, sect, ship, tower, updates)? ",
|
||||
buf))
|
||||
|| !*p)
|
||||
return RET_SYN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue