fixed 'surpress' typo in pry executable

This commit is contained in:
John Mair 2011-04-24 16:26:19 +12:00
parent 22ead20471
commit 99841eeb68
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ See: `https://github.com/banister` for more information.
}
on :e, :exec, "A line of code to execute in context before the session starts", true
on :f, "Surpress loading of ~/.pryrc"
on :f, "Supress loading of ~/.pryrc"
on "no-color", "Disable syntax highlighting for session"
on "simple-prompt", "Enable simple prompt mode" do