diff --git a/lib/tty/prompt/list.rb b/lib/tty/prompt/list.rb index 3ad585a..250fb67 100644 --- a/lib/tty/prompt/list.rb +++ b/lib/tty/prompt/list.rb @@ -143,7 +143,7 @@ def help(value = (not_set = true)) # # @api public def show_help(value = (not_set = true)) - return @show_ehlp if not_set + return @show_help if not_set @show_help = value end