summaryrefslogtreecommitdiff
path: root/src/dev.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-17 21:25:19 +0200
committermo8it <mo8it@proton.me>2025-05-17 21:25:19 +0200
commita51d6f1309b986c270d781b08f6949f29806b18a (patch)
tree6997dec2af185002920f26a1f3aa87746d3e24a8 /src/dev.rs
parentf6a657a0c3628d75dae7cd1d3a822dc19d379f15 (diff)
third-party/custom -> community
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,