Remove unused --headers option for view command

This commit is contained in:
Paul Tremberth 2017-01-30 15:54:28 +01:00
parent b279bc8546
commit fc07711614
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ class Command(fetch.Command):
def add_options(self, parser):
super(Command, self).add_options(parser)
parser.add_option("--spider", dest="spider",
help="use this spider")
parser.remove_option("--headers")
def _print_response(self, response, opts):
open_in_browser(response)