Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH DICEWARE "1" "April 2017" "diceware 0.9.2.dev0" "User Commands"
.SH NAME
diceware \- manual page for diceware 0.9.2.dev0
.SH DESCRIPTION
usage: diceware [\-h] [\-n NUM] [\-c | \fB\-\-no\-caps]\fR [\-s NUM] [\-d DELIMITER]
.IP
[\-r SOURCE] [\-w NAME] [\-\-dice\-sides N] [\-v] [\-\-version]
[INFILE]
.PP
Create a passphrase
.SS "positional arguments:"
.TP
INFILE
Input wordlist. `\-' will read from stdin.
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-n\fR NUM, \fB\-\-num\fR NUM
number of words to concatenate. Default: 6
.TP
\fB\-c\fR, \fB\-\-caps\fR
Capitalize words. This is the default.
.TP
\fB\-\-no\-caps\fR
Turn off capitalization.
.TP
\fB\-s\fR NUM, \fB\-\-specials\fR NUM
Insert NUM special chars into generated word.
.TP
\fB\-d\fR DELIMITER, \fB\-\-delimiter\fR DELIMITER
Separate words by DELIMITER. Empty string by default.
.TP
\fB\-r\fR SOURCE, \fB\-\-randomsource\fR SOURCE
Get randomness from this source. Possible values:
`realdice', `system'. Default: system
.TP
\fB\-w\fR NAME, \fB\-\-wordlist\fR NAME
Use words from this wordlist. Possible values: `en',
`en_eff', `en_orig', `en_securedrop'. Wordlists are
stored in the folder displayed below. Default: en_eff
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Be verbose. Use several times for increased verbosity.
.TP
\fB\-\-version\fR
output version information and exit.
.SS "Arguments related to `realdice' randomsource:"
.TP
\fB\-\-dice\-sides\fR N
Number of sides of dice. Default: 6
.SH COPYRIGHT
Copyright \(co 2015\-2017 Uli Fouquet
diceware is based on suggestions of Arnold G. Reinhold.
See http://diceware.com for details.
\&'Diceware' is a trademark of Arnold G. Reinhold.
.PP
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.PP
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.PP
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.