Skip to content

Commit

Permalink
change missing duplicate cli flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Jan 13, 2019
1 parent 608093c commit 7c9d121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyouroboros/ouroboros.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main():
help='Device to receive pushover notification\n'
'EXAMPLE: -Y SamsungGalaxyS8')

notification_group.add_argument('-y', '--pushover-user', default=Config.pushover_user, dest='PUSHOVER_USER',
notification_group.add_argument('-z', '--pushover-user', default=Config.pushover_user, dest='PUSHOVER_USER',
help='Pushover user bound to application\n'
'EXAMPLE: -y johndoe123')

Expand Down

0 comments on commit 7c9d121

Please sign in to comment.