summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-11-10 12:20:26 +0000
committerLars Wirzenius <liw@liw.fi>2010-11-10 12:20:26 +0000
commit2df63b1f28d911304fd19cb26c24bd08e3c28e73 (patch)
treedc65758dd9b2fb8e06ca28d38c751ee06361363a
parent81e0360eaeadde934c5be2d44f730ff014a215f3 (diff)
downloadextrautils-2df63b1f28d911304fd19cb26c24bd08e3c28e73.tar.gz
Fix formatting of -n/--bits option in OPTIONS in manpage.
-rw-r--r--corrupt.12
1 files changed, 1 insertions, 1 deletions
diff --git a/corrupt.1 b/corrupt.1
index 593a0e3..41f3092 100644
--- a/corrupt.1
+++ b/corrupt.1
@@ -27,6 +27,6 @@ corrupt \- modify files by randomly changing bits
modifies files by toggling a randomly chosen bit.
.SH OPTIONS
.TP
-.BR -n " \fIBITS\fR, " --bits " \fIBITS\fR"
+.BR -n ", " --bits =\fIBITS\fR
Set the number of bits to modify.
Default is one bit.