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

Restore correct description of gist command

This commit is contained in:
Andy Monat 2013-04-20 19:55:01 -04:00
parent c8d1c7adfd
commit 860536d2c0

View file

@ -2,7 +2,7 @@ class Pry
class Command::Gist < Pry::ClassCommand
match 'gist'
group 'Misc'
description 'Playback a string variable or a method or a file as input.'
description 'Upload code, docs, history to https://gist.github.com/.'
command_options :requires_gem => "jist"
banner <<-'BANNER'