Skip to content

Commit

Permalink
chore: fix typos in command descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
arexon committed Nov 18, 2022
1 parent cd02fd9 commit 3fef39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
}

0 comments on commit 3fef39e

Please sign in to comment.