summaryrefslogtreecommitdiff
path: root/bin/pry
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-04-24 20:47:19 +1200
committerJohn Mair <jrmair@gmail.com>2011-04-24 20:47:19 +1200
commit99f6406b8497f0f09e3f119e1683d920e07a3008 (patch)
tree377f5e8a9b861d1549823dd8dc84114f743beac8 /bin/pry
parent6fafe11df12f2db6a8aef8efe5583e65a0af13bc (diff)
downloadpry-99f6406b8497f0f09e3f119e1683d920e07a3008.tar.gz
fixed spelling mistake in 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 667c9923..e0909467 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, "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