mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Be consistent in error messages.
This commit is contained in:
parent
93794a13ad
commit
fc31bb2926
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Pry
|
|||
|
||||
Gem.refresh
|
||||
else
|
||||
output.puts "A gem name is a required argument."
|
||||
output.puts "gem-install requires the name of a gem as an argument."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue