We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 614d6da + 25b39b8 commit f678d63Copy full SHA for f678d63
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