From ffc1124a0bfa0272592c0bbf373c2e97dc48cd3a Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 14 Oct 2013 01:14:32 +0100 Subject: [PATCH] Remove "type" option that is no longer used. --- standings/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/standings/cli.py b/standings/cli.py index 96cbf49..04aeb0d 100644 --- a/standings/cli.py +++ b/standings/cli.py @@ -25,7 +25,6 @@ def main(): parser = ArgumentParser(prog='EVEStandings', description='Outputs a EVE corporation/alliance standings to a HTML page') parser.add_argument('-k', '--keyid', help='Key ID of the API key') parser.add_argument('-v', '--vcode', help='vCode of the API key') - parser.add_argument('-t', '--type', help='Type of standings list, either corp or alliance') parser.add_argument('-C', '--config', help='Path to your configuration file') parser.add_argument('-f', '--output', help='Output the resulting HTML to a file') parser.add_argument('--template', help='Location of a customized template to use instead of the default')