mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated help info for stub procs in command_set.rb
This commit is contained in:
parent
6ac4cbda4e
commit
fb5d3cbbfb
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class Pry
|
|||
options[:stub_info] = proc do
|
||||
output.puts "\nThe command '#{name}' is #{Helpers::Text.bold("unavailable")} because it requires the following gems to be installed: #{(gems_not_installed.join(", "))}"
|
||||
output.puts "-"
|
||||
output.puts "Type `install #{name}` to install the required gems and activate this command."
|
||||
output.puts "Type `install-command #{name}` to install the required gems and activate this command."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue