Skip to content

Commit

Permalink
[cmd:withdraw] Fix typo in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 15, 2016
1 parent 0e8a214 commit d2bcddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sortinghat/cmd/withdraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ def __init__(self, **kwargs):

# Enrollment period options
self.parser.add_argument('--from', dest='from_date', default=None,
help="date (YYYY-MM-DD:hh:mm:ss) when the enrollment starts")
help="date (YYYY-MM-DD hh:mm:ss) when the enrollment starts")
self.parser.add_argument('--to', dest='to_date', default=None,
help="date (YYYY-MM-DD:hh:mm:ss) when the enrollment ends")
help="date (YYYY-MM-DD hh:mm:ss) when the enrollment ends")

# Positional arguments
self.parser.add_argument('uuid', default=None,
Expand Down

0 comments on commit d2bcddb

Please sign in to comment.