summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-13 02:37:32 +0200
committermo8it <mo8it@proton.me>2024-05-13 02:37:32 +0200
commitd2b5906be226f936481ff3a5cb8fccde5c721524 (patch)
tree2be741e8cb037bb7bec0d2502376afe9cd5c446a /src/main.rs
parentf9e35a4344cd7d51923f1983cf824fb36be92d50 (diff)
No more word input
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 15bcc8e..cf6f0d9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -56,7 +56,7 @@ fn press_enter_prompt() -> io::Result<()> {
struct Args {
#[command(subcommand)]
command: Option<Subcommands>,
- /// Manually run the current exercise using `r` or `run` in the watch mode.
+ /// Manually run the current exercise using `r` in the watch mode.
/// Only use this if Rustlings fails to detect exercise file changes.
#[arg(long)]
manual_run: bool,