diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-30 19:03:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-30 19:03:23 -0400 |
commit | 98b4c3851fae0e2440443042b90c1ca57b6709db (patch) | |
tree | 86d50db3d9b2ce8fdae080267d81abb0d4c9807a /doc/git-annex.mdwn | |
parent | bcdb68df2fbf29d999a724ced68bd203207b1a3e (diff) |
clarify what mtime field in find --format is
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 8a2a3f7c6..2d273bfe4 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -644,7 +644,8 @@ subdirectories). `--format`. The default output format is the same as `--format='${file}\\n'` These variables are available for use in formats: file, key, backend, - bytesize, humansize, keyname, hashdirlower, hashdirmixed, mtime. + bytesize, humansize, keyname, hashdirlower, hashdirmixed, mtime (for + the mtime field of a WORM key). * `whereis [path ...]` |