diff options
author | bladeoflight16 <1159076+bladeoflight16@users.noreply.github.com> | 2021-07-26 21:31:28 -0400 |
---|---|---|
committer | bladeoflight16 <1159076+bladeoflight16@users.noreply.github.com> | 2021-07-27 17:23:54 -0400 |
commit | ec7af3e2eede702425a50458aa0536e5da849247 (patch) | |
tree | 3112ca8731192f848b341814aaec0b7553cebfc1 /src/SMAPI.Mods.ConsoleCommands/Framework/Commands/World | |
parent | bdae52c9ae76303fd8082b10763b9ab7660fbd35 (diff) | |
download | SMAPI-ec7af3e2eede702425a50458aa0536e5da849247.tar.gz SMAPI-ec7af3e2eede702425a50458aa0536e5da849247.tar.bz2 SMAPI-ec7af3e2eede702425a50458aa0536e5da849247.zip |
world_clear: Lining up parameter descriptions
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/Framework/Commands/World')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/Framework/Commands/World/ClearCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/Framework/Commands/World/ClearCommand.cs b/src/SMAPI.Mods.ConsoleCommands/Framework/Commands/World/ClearCommand.cs index 4cfaf242..2f34d381 100644 --- a/src/SMAPI.Mods.ConsoleCommands/Framework/Commands/World/ClearCommand.cs +++ b/src/SMAPI.Mods.ConsoleCommands/Framework/Commands/World/ClearCommand.cs @@ -30,8 +30,8 @@ namespace StardewModdingAPI.Mods.ConsoleCommands.Framework.Commands.World name: "world_clear", description: "Clears in-game entities in a given location.\n\n" + "Usage: world_clear <location> <object type>\n" - + "- location: the location name for which to clear objects (like Farm), or 'current' for the current location.\n" + " - object type: the type of object clear. You can specify 'crops', 'debris' (stones/twigs/weeds and dead crops), 'furniture', 'grass', and 'trees' / 'fruit-trees'. You can also specify 'everything', which includes things not removed by the other types (like resource clumps)." + + " - location: the location name for which to clear objects (like Farm), or 'current' for the current location.\n" ) { } |