about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49b5c55..fd6d051 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ Over ls:
 * `%n`: number of hardlinks.
 * `%F`: file indicator type symbol (`*/=>@|`).
 * `%f`: file basename (everything after last `/`).
+* `%A-`, `%C-`, `%T-`: relative age for atime/ctime/mtime.
 * `%Ax`, `%Cx`, `%Tx`: result of `strftime` for `%x` on atime/ctime/mtime.
 * `%m`: octal file permissions.
 * `%M`: ls-style symbolic file permissions.