auto merge of #5732 : Zhann/rust/master, r=catamorphism

an executable vs a executable
This commit is contained in:
bors 2013-04-05 20:33:51 -07:00
commit f678d63507

View File

@ -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>~\".\