1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

tell people how to get more help immediately

This commit is contained in:
Conrad Irwin 2012-03-01 16:58:08 -08:00
parent 6e5d12cc1a
commit c3085c2773

View file

@ -2,7 +2,7 @@ class Pry
module DefaultCommands
Help = Pry::CommandSet.new do
create_command "help" do |cmd|
description "Show a list of commands, or help for one command"
description "Show a list of commands. Type `help <foo>` for information about <foo>."
banner <<-BANNER
Usage: help [ COMMAND ]