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

DEPRACTED --> DEPRECATED

This commit is contained in:
John Mair 2012-08-19 12:32:10 +12:00
parent 110818d73f
commit 991c73cd74

View file

@ -8,7 +8,7 @@ class Pry
opts = Slop.parse!(args) do |opt|
opt.banner unindent <<-USAGE
NOTE: show-command is DEPRACTED. Use show-source [command_name] instead.
NOTE: show-command is DEPRECATED. Use show-source [command_name] instead.
USAGE
opt.on :h, :help, "This message." do