mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
auto merge of #5732 : Zhann/rust/master, r=catamorphism
an executable vs a executable
This commit is contained in:
commit
f678d63507
@ -64,7 +64,7 @@ static commands: &'static [Command<'static>] = &[
|
||||
Command{
|
||||
cmd: "run",
|
||||
action: Call(cmd_run),
|
||||
usage_line: "build a executable, and run it",
|
||||
usage_line: "build an executable, and run it",
|
||||
usage_full: UsgStr(
|
||||
"The run command is an shortcut for the command line \n\
|
||||
\"rustc <filename> -o <filestem>~ && ./<filestem>~\".\
|
||||
|
Loading…
Reference in New Issue
Block a user