diff --git a/eodb/events/management/commands/common.py b/eodb/events/management/commands/common.py index 7b18068..eabd888 100644 --- a/eodb/events/management/commands/common.py +++ b/eodb/events/management/commands/common.py @@ -16,8 +16,6 @@ class GraphCommand(BaseCommand): help='use commit datetime instead of author datetime') parser.add_argument('--events', default='git', help='use event of this type (git (default), emails, redmine)') - parser.add_argument('--redmine', action='store_true', - help='use redmine events instead of commits') parser.add_argument('--notitle', action='store_true') parser.add_argument('--filename', metavar='FILENAME')