removing old options

master
Andrew Coleman 2009-03-22 00:42:35 -05:00
parent e747759b0b
commit 4868084691
1 changed files with 0 additions and 3 deletions

View File

@ -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'