1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00

fix bug with the option -A

This commit is contained in:
nishiki 2013-09-19 22:18:59 +02:00
parent a60894832c
commit 5ca4463d17

2
mpw
View file

@ -23,7 +23,7 @@ OptionParser.new do |opts|
end
opts.on("-A", "--show-all", "Show all items") do |b|
options[:type] = 'all'
options[:type] = nil
options[:display] = ""
end