(svn r1639) Fixed spelling: Wrong command in error for goto_dir

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
dominik 20 years ago
parent ef3961448f
commit eae329f332

@ -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;
}

Loading…
Cancel
Save