Skip to content

Commit

Permalink
fix a small typo in the exercise utility help (exercism#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
efx authored Feb 24, 2021
1 parent 188d7fe commit 9bafe5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/exercise/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fn process_matches(matches: &ArgMatches<'_>) -> Result<()> {
}

("", None) => {
println!("No subcommand was used.\nUse init_exercise --help to learn about the possible subcommands.");
println!("No subcommand was used.\nUse exercise --help to learn about the possible subcommands.");
}

_ => unreachable!(),
Expand Down

0 comments on commit 9bafe5a

Please sign in to comment.