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:
Markus Armbruster 2008-05-10 18:52:29 +02:00
parent a1f4dc9592
commit 0a61f8eb78
6 changed files with 7 additions and 7 deletions

View file

@ -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;