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:
parent
6e5d12cc1a
commit
c3085c2773
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Reference in a new issue