remove obsolete --redmine option, replaced by --events=redmine

This commit is contained in:
Frédéric Péters 2018-02-22 08:07:31 +01:00
parent 977609be61
commit 04db07f2ca
1 changed files with 0 additions and 2 deletions

View File

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