From 57b2ca5fca858afc82ce7d4ac535460cf64f0568 Mon Sep 17 00:00:00 2001
From: nishiki <nishiki@yaegashi.fr>
Date: Sun, 1 Feb 2015 11:25:52 +0100
Subject: [PATCH] remove old option format

---
 mpw | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/mpw b/mpw
index c1791e2..4ae1280 100755
--- a/mpw
+++ b/mpw
@@ -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