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

@ -76,7 +76,7 @@ optional arguments:
sent while online 5 offline heartbeats are synced. Can
be used without --entity to only sync offline activity
without generating new heartbeats.
--show-time-today Returns dashboard time for Today.
--show-time-today Prints dashboard time for Today, then exits.
--config CONFIG Defaults to ~/.wakatime.cfg.
--verbose Turns on debug messages in log file.
--version show program's version number and exit

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',