sort.1: fix typo - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 499c3b12272b09bf3450107daeb25a8d0282affe | |
parent 93f34c1840850b3d592df515563225bf91d7b457 | |
Author: Andrea Calligaris <[email protected]> | |
Date: Wed, 25 Jan 2023 00:44:07 +0100 | |
sort.1: fix typo | |
Diffstat: | |
M sort.1 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/sort.1 b/sort.1 | |
@@ -40,7 +40,7 @@ indicating the location of the disorder. | |
Skip non-whitespace and non-alphanumeric characters. | |
.It Fl f | |
Ignore letter case when sorting. | |
-.It FL i | |
+.It Fl i | |
Skip non-printable characters. | |
.It Fl k Ar key | |
Specify a key definition of the form |