summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@achmed>2009-01-27 15:19:09 +0200
committerLars Wirzenius <liw@achmed>2009-01-27 15:19:09 +0200
commitfde4d951bc38301e94ad336c73835e7108704dbc (patch)
tree88ee7567b80ce418e6dfc240169aaabddcc3aa33
parent4accd8958f01d7aac837c2fff716ba14ea2aa4b7 (diff)
downloadextrautils-fde4d951bc38301e94ad336c73835e7108704dbc.tar.gz
Updated manual page for corrupt.
-rw-r--r--corrupt.17
1 files changed, 7 insertions, 0 deletions
diff --git a/corrupt.1 b/corrupt.1
index f9b1338..593a0e3 100644
--- a/corrupt.1
+++ b/corrupt.1
@@ -19,7 +19,14 @@
corrupt \- modify files by randomly changing bits
.SH SYNOPSIS
.BR corrupt
+[\fB-n\fR \fIBITS\fR]
+[\fB--bits\fR \fIBITS\fR]
.IR file ...
.SH DESCRIPTION
.B corrupt
modifies files by toggling a randomly chosen bit.
+.SH OPTIONS
+.TP
+.BR -n " \fIBITS\fR, " --bits " \fIBITS\fR"
+Set the number of bits to modify.
+Default is one bit.