Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ A concise overview of the available ``xkcdpass`` options can be accessed via::
fr-freelang (French), pt-ipublicis / pt-l33t-ipublicis (Portuguese)
swe-short (Swedish)
--min=MIN_LENGTH
Minimum length of words to make password
Minimum number of letters required in words used to make password
--max=MAX_LENGTH
Maximum length of words to make password
Maximum number of letters allowed in words used to make password
-n NUMWORDS, --numwords=NUMWORDS
Number of words to make password
-i, --interactive
Expand Down
4 changes: 2 additions & 2 deletions xkcdpass.1
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ which to generate passphrases.
\f[B]\-\-min\f[] MIN_LENGTH
.RS
.PP
Generate passphrases containing at least MIN_LENGTH letters.
Minimum number of letters required in words used to make password.
(Default: 5)
.RE
.PP
\f[B]\-\-max\f[] MAX_LENGTH
.RS
.PP
Generate passphrases containing at most MAX_LENGTH letters.
Maximum number of letters allowed in words used to make password.
(Default: 9)
.RE
.PP
Expand Down