in lib/twurl/cli.rb [317:322]
def filefield
on('-F', '--file-field [field_name]', 'Specify the POST parameter name for the file upload data (default: media)') do |filefield|
options.upload['filefield'] = filefield
end
end