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

Altered play command message as seen in 'help'

This commit is contained in:
ZPH 2013-06-08 21:40:53 +00:00
parent fc3950845b
commit 537f39865b

View file

@ -2,7 +2,7 @@ class Pry
class Command::Play < Pry::ClassCommand class Command::Play < Pry::ClassCommand
match 'play' match 'play'
group 'Editing' group 'Editing'
description 'Playback a string variable or a method or a file as input.' description 'Playback a string variable, method, line, or file as input.'
banner <<-'BANNER' banner <<-'BANNER'
Usage: play [OPTIONS] [--help] Usage: play [OPTIONS] [--help]