Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
diceware-debian
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drebs
diceware-debian
Commits
d986bac1
Commit
d986bac1
authored
7 years ago
by
ulif
Browse files
Options
Downloads
Patches
Plain Diff
Provide a man page.
parent
b627f547
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
diceware.1
+71
-0
71 additions, 0 deletions
diceware.1
with
71 additions
and
0 deletions
diceware.1
0 → 100644
+
71
−
0
View file @
d986bac1
.\" 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/>.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment