]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: improve du --threshold wording
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Dec 2022 17:39:16 +0000 (09:39 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 26 Dec 2022 18:35:24 +0000 (10:35 -0800)
* doc/coreutils.texi (du invocation): Reword.

doc/coreutils.texi

index fa842bf4bfc0beccffebec96a2859a561ab7050d..d9e8f8a5d3be96cdc3d8a7aff7a7936b7df4ec70 100644 (file)
@@ -12493,13 +12493,10 @@ Although GNU @command{find} can be used to find files of a certain size,
 @command{du}'s @option{--threshold} option can be used to also filter
 directories based on a given size.
 
-Please note that the @option{--threshold} option can be combined with the
-@option{--apparent-size} option, and in this case would elide entries based on
-its apparent size.
-
-Please note that the @option{--threshold} option can be combined with the
-@option{--inodes} option, and in this case would elide entries based on
-its inodes count.
+When combined with the @option{--apparent-size} option, the
+@option{--threshold} option elides entries based on apparent size.
+When combined with the @option{--inodes} option, it elides entries
+based on inode counts.
 
 Here's how you would use @option{--threshold} to find directories with a size
 greater than or equal to 200 megabytes: