From 537f39865bef8d06b9b20b6e5610da25a2d509c2 Mon Sep 17 00:00:00 2001 From: ZPH Date: Sat, 8 Jun 2013 21:40:53 +0000 Subject: [PATCH] Altered play command message as seen in 'help' --- lib/pry/commands/play.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pry/commands/play.rb b/lib/pry/commands/play.rb index 416c95c3..59ae476f 100644 --- a/lib/pry/commands/play.rb +++ b/lib/pry/commands/play.rb @@ -2,7 +2,7 @@ class Pry class Command::Play < Pry::ClassCommand match 'play' 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' Usage: play [OPTIONS] [--help]