fixed spelling mistake in executable

This commit is contained in:
John Mair 2011-04-24 20:47:19 +12:00
parent 6fafe11df1
commit 99f6406b84
2 changed files with 2 additions and 2 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, "Supress loading of ~/.pryrc"
on :f, "Suppress loading of ~/.pryrc"
on "no-color", "Disable syntax highlighting for session"
on "simple-prompt", "Enable simple prompt mode" do

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.8.1"
VERSION = "0.8.2"
end