about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librust/rust.rc2
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>~\".\