summaryrefslogtreecommitdiff
path: root/src/dev.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev.rs')
-rw-r--r--src/dev.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev.rs b/src/dev.rs
index 737de0d..107d437 100644
--- a/src/dev.rs
+++ b/src/dev.rs
@@ -15,7 +15,7 @@ pub enum DevCommands {
New {
/// The path to create the project in
path: PathBuf,
- /// Don't initialize a Git repository in the project directory
+ /// Don't try to initialize a Git repository in the project directory
#[arg(long)]
no_git: bool,
},