diff --git a/src/std_misc/arg/matching.md b/src/std_misc/arg/matching.md index 4cb68eabf0..4a96fbc214 100644 --- a/src/std_misc/arg/matching.md +++ b/src/std_misc/arg/matching.md @@ -70,6 +70,9 @@ fn main() { } ``` +If you named your program `match_args.rs` and compile it like this `rustc +match_args.rs`, you can execute it as follows: + ```shell $ ./match_args Rust This is not the answer.