From 4868084691efaba51d8f5cf2c3813b1edab3e675 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sun, 22 Mar 2009 00:42:35 -0500 Subject: [PATCH] removing old options --- bin/import_images.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/import_images.rb b/bin/import_images.rb index 75b2757..4faed15 100755 --- a/bin/import_images.rb +++ b/bin/import_images.rb @@ -45,7 +45,6 @@ opts = GetoptLong.new( [ '--directory', GetoptLong::OPTIONAL_ARGUMENT ], [ '--album', GetoptLong::REQUIRED_ARGUMENT ], [ '--username', GetoptLong::REQUIRED_ARGUMENT ], - [ '--password', GetoptLong::REQUIRED_ARGUMENT ], [ '--server', GetoptLong::OPTIONAL_ARGUMENT ], [ '--port', GetoptLong::OPTIONAL_ARGUMENT ] ) @@ -68,8 +67,6 @@ opts.each do |opt, arg| album = arg when '--username' username = arg - when '--password' - password = arg when '--server' server = arg when '--port'