Skip to content

Commit

Permalink
user interface changed, there was a mishap with the existing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Sep 5, 2023
1 parent beb4247 commit 3c1a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeforge/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
parser.add_argument('-O', '--organisation', type=str, required=True,
help='Name of the KIT organisational unit')

parser.add_argument('-g', '--low-income', action='store_true',
parser.add_argument('-g', action='store_true',
help='the Großforschungsbereich (GF) field in the form, default: False')

parser.add_argument('-u', action='store_true',
Expand Down

0 comments on commit 3c1a7fe

Please sign in to comment.