mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed spelling mistake in executable
This commit is contained in:
parent
6fafe11df1
commit
99f6406b84
2 changed files with 2 additions and 2 deletions
2
bin/pry
2
bin/pry
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.8.1"
|
||||
VERSION = "0.8.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue