We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f13e9c commit 25b39b8Copy full SHA for 25b39b8
src/librust/rust.rc
@@ -64,7 +64,7 @@ static commands: &'static [Command<'static>] = &[
64
Command{
65
cmd: "run",
66
action: Call(cmd_run),
67
- usage_line: "build a executable, and run it",
+ usage_line: "build an executable, and run it",
68
usage_full: UsgStr(
69
"The run command is an shortcut for the command line \n\
70
\"rustc <filename> -o <filestem>~ && ./<filestem>~\".\
0 commit comments