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 354d77c..41fddbe 100644
--- a/src/dev.rs
+++ b/src/dev.rs
@@ -8,7 +8,7 @@ mod update;
#[derive(Subcommand)]
pub enum DevCommands {
- /// Create a new project for third-party Rustlings exercises
+ /// Create a new project for community exercises
New {
/// The path to create the project in
path: PathBuf,