'w' has been available for quite some time

This commit is contained in:
Mike Belopuhov 2015-10-08 12:46:16 +02:00
parent b8da4b3f04
commit 8bcfd5086a

2
cmd.c
View File

@ -73,7 +73,7 @@ void
icb_cmd_help(struct icb_session *is, char *arg __attribute__((unused)))
{
icb_status(is, STATUS_HELP, "Server supports following commands:");
icb_status(is, STATUS_HELP, "beep boot g m name nobeep pass topic");
icb_status(is, STATUS_HELP, "beep boot g m name nobeep pass topic w");
}
void