- Add a hint for 'u' and 'J' command that '+' displays all.

MFC after:	2 weeks
This commit is contained in:
Bryan Drewery 2014-05-02 23:32:44 +00:00
parent 1b60f97272
commit ee92dd81a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265250

View File

@ -1007,7 +1007,7 @@ char *argv[];
case CMD_user:
new_message(MT_standout,
"Username to show: ");
"Username to show (+ for all): ");
if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
{
if (tempbuf2[0] == '+' &&
@ -1101,7 +1101,7 @@ char *argv[];
case CMD_jail:
new_message(MT_standout,
"Jail to show: ");
"Jail to show (+ for all): ");
if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
{
if (tempbuf2[0] == '+' &&