diff options
| author | bors <bors@rust-lang.org> | 2013-04-05 20:33:51 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-04-05 20:33:51 -0700 |
| commit | f678d63507a779d81810c342dd1bdc828fb983ba (patch) | |
| tree | e2cb20b2c2f0c8e701077154b8098f2360b64300 /src | |
| parent | 614d6da828969389871e01d1b8a17b3ccc1a5caa (diff) | |
| parent | 25b39b85da9544a4df9ce8201ac9878b1ec34ff5 (diff) | |
auto merge of #5732 : Zhann/rust/master, r=catamorphism
an executable vs a executable
Diffstat (limited to 'src')
| -rw-r--r-- | src/librust/rust.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librust/rust.rc b/src/librust/rust.rc index d407cf216a8..714abbba0db 100644 --- a/src/librust/rust.rc +++ b/src/librust/rust.rc @@ -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>~\".\ |
