diff options
author | euxane | 2024-11-30 09:58:49 +0100 |
---|---|---|
committer | euxane | 2024-11-30 09:58:49 +0100 |
commit | 903306030f59554ff6fd73146fd30c2330504358 (patch) | |
tree | 2c6063901e45b576100d6c312a68f453ef7b9dc7 /readme.md | |
parent | dc2ec09d6d29913d696f0ea9dc5d035542c792e8 (diff) | |
download | tickwatch-903306030f59554ff6fd73146fd30c2330504358.tar.gz |
cli: add option for timestamp line header format
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ Display options: | |||
36 | Choices: log2 (default), log10, ln, linear | 36 | Choices: log2 (default), log10, ln, linear |
37 | --symbols=CHOICE Set output symbol set | 37 | --symbols=CHOICE Set output symbol set |
38 | Choices: unicode (default), numeric | 38 | Choices: unicode (default), numeric |
39 | --timestamp=CHOICE Set line header timestamp format | ||
40 | Choices: datetime (default), unix, none | ||
39 | 41 | ||
40 | Other options: | 42 | Other options: |
41 | --help, -h Display this help message | 43 | --help, -h Display this help message |