]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkdiscard: update man page
authorKarel Zak <kzak@redhat.com>
Mon, 27 Oct 2014 08:42:51 +0000 (09:42 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Oct 2014 08:42:51 +0000 (09:42 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/blkdiscard.8

index 3c0334f1b612f2afcbe4bc8334532bf4a378f156..5e094d4eac1aa99dcf64c342b80880f0df57ab22 100644 (file)
@@ -50,6 +50,10 @@ the end of the device,
 will stop at the device size boundary.  The default value extends to the end
 of the device.
 .TP
+.BR \-p , " \-\-step \fIlength"
+The number of bytes to discard within one iteration. The default is to discard
+all by one ioctl call.
+.TP
 .BR \-s , " \-\-secure"
 Perform a secure discard.  A secure discard is the same as a regular discard
 except that all copies of the discarded blocks that were possibly created by
@@ -60,6 +64,7 @@ Display the aligned values of
 .I offset
 and
 .IR length .
+If the option \fB\-\-step\fR specified than it prints discard progress every second.
 .TP
 .BR \-V , " \-\-version"
 Display version information and exit.