diff options
Diffstat (limited to 'client/commands.c')
-rw-r--r-- | client/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |