Skip to content
Open

Typo #175

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/tty/prompt/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down