1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-19 17:40:05 +00:00

remove old option format

This commit is contained in:
nishiki 2015-02-01 11:25:52 +01:00
parent 25a8455658
commit 57b2ca5fca

4
mpw
View file

@ -97,10 +97,6 @@ OptionParser.new do |opts|
options[:force] = true
end
opts.on('-F', '--format', I18n.t('option.format')) do
options[:format] = true
end
opts.on('-G', '--generate-password [LENGTH]', I18n.t('option.generate_password')) do |length|
puts MPW::MPW::password(length)
exit 0