diff --git a/reportservice/manual_run.py b/reportservice/manual_run.py
index d57248838e2ebff45d32523c0bb0f135b2bf0ce1..d5ad03a14808ad707fc06461c817885cd5986a9c 100644
--- a/reportservice/manual_run.py
+++ b/reportservice/manual_run.py
@@ -37,7 +37,7 @@ arg_parser.add_argument('--instrument', default=['all'], nargs='+',
                         help='select the requested instruments. '
                              'Default=\"all\", which can be used for selecting'
                              ' all instruments')
-arg_parser.add_argument('--gitpush', dest='Push to git', action='store_true',
+arg_parser.add_argument('--gitpush', dest='gitpush', action='store_true',
                         help='required for pushing the generated figures '
                              'to the DC git repository. Default=bool(False)')
 arg_parser.set_defaults(gitpush=False)