Skip to content

Commit

Permalink
manpage: fixed wrong information about --kdfmem.
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun authored and jaromil committed Jun 26, 2023
1 parent 82e5342 commit e316ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tomb.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH tomb 1 "Nov 21, 2022" "tomb"
.TH tomb 1 "Jun 25, 2023" "tomb"

.SH NAME
Tomb \- the Crypto Undertaker
Expand Down Expand Up @@ -292,8 +292,8 @@ Default is \fIpbkdf2\fR.
.B
.IP "--kdfmem \fI<memory>\fR"
In case of \fIargon2\fR KDF algorithm, this value specifies the size of RAM
used: it consists of a number which is the elevated power of two in bytes.
Default is 18 which is 262 MiB (2^18 bytes).
used: it consists of a number which is the elevated power of two in kilobytes.
Default is 18 which is 250 MiB (2^18 = 262,144 kilobytes).
.B
.IP "--sudo \fI<executable>\fR"
Select a different tool than sudo for privilege escalation.
Expand Down

0 comments on commit e316ef2

Please sign in to comment.