about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-08 18:45:52 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-08 18:46:13 +0100
commit9d3830b7ea771ae45d9c1e7b87ae58c813d2aac9 (patch)
tree02a3601d1ce6352ef6899a1f6fe6d7bd60fec1b7 /README
parent55db426fcfb2d3f404a9e8465930e3bf8e296a3c (diff)
downloadholes-9d3830b7ea771ae45d9c1e7b87ae58c813d2aac9.tar.gz
holes-9d3830b7ea771ae45d9c1e7b87ae58c813d2aac9.tar.xz
holes-9d3830b7ea771ae45d9c1e7b87ae58c813d2aac9.zip
add -s for summary
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 91f6cca..3edaccd 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
      holes – find runs of zero bytes
 
 SYNOPSIS
-     holes [-b byte] [-n minlen] [files ...]
+     holes [-b byte] [-n minlen] [-s] [files ...]
 
 DESCRIPTION
      holes looks for runs of zero bytes (a.k.a. holes) in the specified input
@@ -22,6 +22,9 @@ DESCRIPTION
              Change minimum size of holes reported.  By default, only holes of
              at least 64 bytes are reported.
 
+     -s      Print a summary at the end how many percent of the file are runs
+             of zeroes.
+
 EXIT STATUS
      The holes utility exits 0 on success, and >0 if an error occurs.
 
@@ -39,4 +42,4 @@ LICENSE
 
            http://creativecommons.org/publicdomain/zero/1.0/
 
-Void Linux                      August 21, 2017                     Void Linux
+Void Linux                     November 8, 2017                     Void Linux