summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.