src/librust/rust.rc: Fixes typo 'an executable' vs 'a executable'
This commit is contained in:
parent
5f13e9ccc2
commit
25b39b85da
@ -64,7 +64,7 @@ static commands: &'static [Command<'static>] = &[
|
|||||||
Command{
|
Command{
|
||||||
cmd: "run",
|
cmd: "run",
|
||||||
action: Call(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(
|
usage_full: UsgStr(
|
||||||
"The run command is an shortcut for the command line \n\
|
"The run command is an shortcut for the command line \n\
|
||||||
\"rustc <filename> -o <filestem>~ && ./<filestem>~\".\
|
\"rustc <filename> -o <filestem>~ && ./<filestem>~\".\
|
||||||
|
Loading…
Reference in New Issue
Block a user