summaryrefslogtreecommitdiff
path: root/src/main.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/main.rs
parentf6a657a0c3628d75dae7cd1d3a822dc19d379f15 (diff)
third-party/custom -> community
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 6688e3e..bce2593 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -58,7 +58,7 @@ enum Subcommands {
/// The name of the exercise
name: Option<String>,
},
- /// Commands for developing (third-party) Rustlings exercises
+ /// Commands for developing (community) Rustlings exercises
#[command(subcommand)]
Dev(DevCommands),
}