about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 20:41:37 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 20:41:37 +0100
commitf2c54fa472b5a9835e63dd2412a9be2eff2242ea (patch)
tree55837c5d0209c113e444aecb6bdefcc3bc540db3 /README.md
parentf6b91cf44ffb415c7c3c609c14bbe3cc2607d7d0 (diff)
downloadlr-f2c54fa472b5a9835e63dd2412a9be2eff2242ea.tar.gz
lr-f2c54fa472b5a9835e63dd2412a9be2eff2242ea.tar.xz
lr-f2c54fa472b5a9835e63dd2412a9be2eff2242ea.zip
README.md: typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6cbf19f..3fb6373 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Over ls:
 * `-0`: output filenames seperated by NUL bytes (implies `-Q`).
 * `-F`: output filenames and an indicator of their file type (`*/=>@|`).
 * `-l`: long output ala `ls -l`.
-* `-S`: BSD stat(2)-inspired output.
+* `-S`: BSD stat(1)-inspired output.
 * `-f FMT`: custom formatting, see below.
 * `-D`: depth first traversal. `prune` does not work, but `entries`
   and `total` is computed.
@@ -181,7 +181,7 @@ Default: `n`.
 The following features won't be implemented:
 
 * `-exec`: use `-0` and `xargs`
-  (or even better [xa](https://github.com/chneukirchen/xa)).
+  (or even better [xa](https://github.com/chneukirchen/xe)).
 * columns: use `column`, `git-column`, Plan 9 `mc`.
 
 ## "Screenshots"