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:
parent
fc3950845b
commit
537f39865b
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue