summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gleeson <therobot.johnny5@gmail.com>2014-03-30 06:55:15 +0200
committerRyan Fitzgerald <rwfitzge@gmail.com>2014-04-27 14:11:07 -0700
commitc31c80c5972cb360d25a172ebfa9456b8eac1b3d (patch)
treee7597093b047fc27a6913a5673eaa2a6dc267cdc
parente80eb75f596987e639164a1061ed5e8fe70db037 (diff)
downloadpry-c31c80c5972cb360d25a172ebfa9456b8eac1b3d.tar.gz
docs, again
-rw-r--r--lib/pry/commands/show_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/commands/show_source.rb b/lib/pry/commands/show_source.rb
index c51a8bf2..8547a6ae 100644
--- a/lib/pry/commands/show_source.rb
+++ b/lib/pry/commands/show_source.rb
@@ -25,7 +25,7 @@ class Pry
BANNER
def options(opt)
- opt.on :e, :eval, "evaluate the command's input as a ruby expression and lookup the source of its return value"
+ opt.on :e, :eval, "evaluate the command's argument as a ruby expression and show the class its return value"
super(opt)
end