summaryrefslogtreecommitdiff
path: root/bin/pry
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-04-24 16:26:19 +1200
committerJohn Mair <jrmair@gmail.com>2011-04-24 16:26:19 +1200
commit99841eeb688206fca074ec7d1e214cf953c97026 (patch)
treec4ca0d51ecaae55cf2aa9d867588d6b5918ef777 /bin/pry
parent22ead20471bb4d8eaea1eac5395953d8943fdcb1 (diff)
downloadpry-99841eeb688206fca074ec7d1e214cf953c97026.tar.gz
fixed 'surpress' typo in pry executable
Diffstat (limited to 'bin/pry')
-rw-r--r--bin/pry2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pry b/bin/pry
index 1d99f9da..667c9923 100644
--- a/bin/pry
+++ b/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, "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