diff --git a/src/cli.rs b/src/cli.rs index df00aef..3778b61 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -13,8 +13,8 @@ pub struct Cli { #[derive(Subcommand)] pub enum Command { - /// Copy a world from the project's world folder into "minecraftWorlds" + /// Copy a world from the project's worlds folder into "minecraftWorlds" Test { name: String }, - /// Copy a world from "minecraftWorlds" into the project's world folder + /// Copy a world from "minecraftWorlds" into the project's worlds folder Save { name: String }, }