commit 21238f9a33fcddd10eaa5f3ae775de30af474b06
parent f0c4175f5d32c41433ae61d076b0d6a4ec61dd84
Author: lumidify <nobody@lumidify.org>
Date: Sun, 7 Jan 2024 20:05:18 +0100
Fix small error in documentation
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/TODO b/TODO
@@ -1,3 +1,4 @@
* Add option to disable sorting?
-> Also maybe change sorting to be case-insensitve.
+ -> Measure performance impact of sorting.
* Progress indicator.
diff --git a/lumia b/lumia
@@ -1365,11 +1365,11 @@ filenames properly is difficult.
There are probably many other edge cases, especially in the B<mv>, B<cp>,
and B<rm> commands. Please notify me if you find an issue.
-Operations on files containing newlines may cause Perl to print a warning
+Operations on filenames containing newlines may cause Perl to print a warning
"Unsuccessful stat on filename containing newline" even though nothing is
wrong since (as described in B<mv> and B<rm>) existence of the file is
checked afterwards. I didn't feel like disabling warnings, and no normal
-person should be working with files containing newlines anyways, so that's
+person should be working with filenames containing newlines anyways, so that's
the way it is.
=head1 EXIT STATUS