about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorolgeni <olgeni@olgeni.com>2017-08-23 09:53:48 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-08-23 14:38:33 +0200
commitde58edb22d0cedd78d599921706dad84752ef2e7 (patch)
tree26b56e2d6e58e2af49c136b8eef0dac739cdc66e /README.md
parent7e021f95ea19b01f52d177d23031b5ab9df09c16 (diff)
downloadlr-de58edb22d0cedd78d599921706dad84752ef2e7.tar.gz
lr-de58edb22d0cedd78d599921706dad84752ef2e7.tar.xz
lr-de58edb22d0cedd78d599921706dad84752ef2e7.zip
README/lr.1: fix some typos in documentation.
Closes: #13 [via git-merge-pr]
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9fcebb8..38dea16 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,10 @@ Over ls:
 The special path argument `-` makes `lr` read file names from standard
 input, instead of traversing path.
 
-* `-0`: output filenames seperated by NUL bytes.
-  Likewise, read input filenames seperated by NUL bytes.
+* `-0`: output filenames separated by NUL bytes.
+  Likewise, read input filenames separated by NUL bytes.
 * `-F`: output filenames and an indicator of their file type (`*/=>@|`).
-* `-l`: long output ala `ls -l` (implies `-Q`).
+* `-l`: long output a la `ls -l` (implies `-Q`).
 * `-TA`: with `-l`, output atime.
 * `-TC`: with `-l`, output ctime.
 * `-TM`: with `-l`, output mtime (default).