schedule_single_station: Fix typo in starttime help text

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/54/head
Fabian P. Schmidt 2019-11-07 11:31:09 +01:00
parent 0ae102d19b
commit 8891514dd7
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def main():
parser.add_argument("-s", "--station", help="Ground station ID", type=int)
parser.add_argument("-t",
"--starttime",
help="Start time (YYYY-MM-DD HH:MM:SS) [default: now]",
help="Start time (YYYY-MM-DDTHH:MM:SS) [default: now]",
default=datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%S"))
parser.add_argument("-d",
"--duration",