Fixed minor type and replaced "date" with "timestamp" in the log format

This commit is contained in:
Trey Blancher 2022-11-11 19:14:21 -05:00
parent f6ccac9d2a
commit 8ed4c7410b
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# date-tally # date-tally
tblancher's date-tally program. Take's input from file or stdin, in the following log format: tblancher's date-tally program. Takes input from file or stdin, in the following log format:
``` ```
tag:date tag:timestamp
tag:date tag:timestamp
``` ```
Where `date` is the output of the Linux or macOS `date` program. E.g.: Where `timestamp` is the output of the Linux or macOS `date` program. E.g.:
``` ```
my_tag:Wed Nov 9 12:51:32 EST 2022 my_tag:Wed Nov 9 12:51:32 EST 2022