mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Update command line help
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
sint32 gSpriteMode = 0;
|
||||
sint32 gSpriteMode = 0;
|
||||
}
|
||||
|
||||
static const char * _mode;
|
||||
@@ -41,7 +41,7 @@ const CommandLineCommand CommandLine::SpriteCommands[]
|
||||
{
|
||||
// Main commands
|
||||
DefineCommand("append", "<spritefile> <input> [x_offset y_offset]", SpriteOptions, HandleSprite),
|
||||
DefineCommand("build", "<spritefile> <resourcedir> [silent]", SpriteOptions, HandleSprite),
|
||||
DefineCommand("build", "<spritefile> <json path> [silent]", SpriteOptions, HandleSprite),
|
||||
DefineCommand("create", "<spritefile>", SpriteOptions, HandleSprite),
|
||||
DefineCommand("details", "<spritefile> [idx]", SpriteOptions, HandleSprite),
|
||||
DefineCommand("export", "<spritefile> <idx> <output>", SpriteOptions, HandleSprite),
|
||||
|
||||
Reference in New Issue
Block a user