improve --show-time-today argument description

This commit is contained in:
Alan Hamlett 2019-05-07 00:16:16 -07:00
parent 708001c6e7
commit 1cbd3f5fbe
2 changed files with 2 additions and 2 deletions

View file

@ -203,7 +203,7 @@ def parse_arguments():
'activity without generating new heartbeats.')
parser.add_argument('--show-time-today', dest='show_time_today',
action='store_true',
help='Returns dashboard time for Today.')
help='Prints dashboard time for Today, then exits.')
parser.add_argument('--config', dest='config', action=StoreWithoutQuotes,
help='Defaults to ~/.wakatime.cfg.')
parser.add_argument('--verbose', dest='verbose', action='store_true',