From 2983460bc0adabe357ba839972ea8d09c97c32a4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 31 May 2000 22:39:06 +0000 Subject: Both `help' command and the `unknown command' error message now tell the user to press `?' if he wants help. --- client/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/commands.c') diff --git a/client/commands.c b/client/commands.c index 697cff6..7612b64 100644 --- a/client/commands.c +++ b/client/commands.c @@ -294,7 +294,7 @@ cmd_expand(char *cmd) } if (!n->cmd) { - puts("No such command."); + puts("No such command. Press `?' for help."); return NULL; } b = xmalloc(strlen(n->cmd->command) + strlen(args) + 1); -- cgit v1.2.3