Skip to content
Snippets Groups Projects
diceware.1 2.33 KiB
Newer Older
  • Learn to ignore specific revisions
  • ulif's avatar
    ulif committed
    .\" 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/>.