diff --git a/src/openrct2/CmdlineSprite.cpp b/src/openrct2/CmdlineSprite.cpp index 3111339d2b..ea27e203a8 100644 --- a/src/openrct2/CmdlineSprite.cpp +++ b/src/openrct2/CmdlineSprite.cpp @@ -462,7 +462,7 @@ int32_t cmdline_for_sprite(const char** argv, int32_t argc) { if (argc < 3) { - fprintf(stdout, "usage: sprite exportall \n"); + fprintf(stdout, "usage: sprite exportalldat \n"); return -1; } diff --git a/src/openrct2/cmdline/SpriteCommands.cpp b/src/openrct2/cmdline/SpriteCommands.cpp index e98031f2de..6a2bf3ea02 100644 --- a/src/openrct2/cmdline/SpriteCommands.cpp +++ b/src/openrct2/cmdline/SpriteCommands.cpp @@ -38,7 +38,7 @@ const CommandLineCommand CommandLine::SpriteCommands[] DefineCommand("details", " [idx]", SpriteOptions, HandleSprite), DefineCommand("export", " ", SpriteOptions, HandleSprite), DefineCommand("exportall", " ", SpriteOptions, HandleSprite), - DefineCommand("exportalldat", " ", SpriteOptions, HandleSprite), + DefineCommand("exportalldat", " ", SpriteOptions, HandleSprite), CommandTableEnd };