diff options
-rw-r--r-- | console_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c index 3a0562bb0..1b42f8e44 100644 --- a/console_cmds.c +++ b/console_cmds.c @@ -264,7 +264,7 @@ DEF_CONSOLE_CMD(ConGotoDir) /* We need 1 argument */ if (argc != 2) { - IConsolePrint(_iconsole_color_default, "Unknown usage. Usage: goto_map <dir-no>"); + IConsolePrint(_iconsole_color_default, "Unknown usage. Usage: goto_dir <dir-no>"); return NULL; } |