1
0
Fork 0
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:
Rob Gleeson 2011-05-10 12:27:02 +01:00
parent 93794a13ad
commit fc31bb2926

View file

@ -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