diff options
author | gennyble <gen@nyble.dev> | 2023-08-24 21:56:25 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-08-24 21:56:25 -0500 |
commit | d1c2d05fdb38c44bc5e92a53cc61183dc2982c7b (patch) | |
tree | 88753a642e8e52cc8b0027b4914dd3501a976666 /readme.md | |
parent | a65355c1476d4815f0b28959fd2cd2f160dc4374 (diff) | |
download | whenwasit-d1c2d05fdb38c44bc5e92a53cc61183dc2982c7b.tar.gz whenwasit-d1c2d05fdb38c44bc5e92a53cc61183dc2982c7b.zip |
change confusing wording in csv output
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index b49a9eb..d52ebf9 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ makes the file [.whenwasit](/.whenwasit), and adds it to the commit. data is output on `stdout` in a CSV format. because there are varying ways to make a CSV, it's described in detail below. -- there is no data header; the first row is data +- there is no header; the first row is data - the data rows are in the format `path,btime,mtime,atime` - `path`: file path relative to the root that was provided on the command line - `btime`: time of file creation; birth time |