Skip to content
Snippets Groups Projects
exp_help_output.txt 945 B
Newer Older
  • Learn to ignore specific revisions
  • ulif's avatar
    ulif committed
    usage: diceware [-h] [-n NUM] [-c | --no-caps] [-s NUM] [-d DELIMITER]
    
    ulif's avatar
    ulif committed
                    [-r SOURCE] [--version]
    
    ulif's avatar
    ulif committed
                    [INFILE]
    
    
    Create a passphrase
    
    positional arguments:
      INFILE                Input wordlist. `-' will read from stdin.
    
    optional arguments:
      -h, --help            show this help message and exit
      -n NUM, --num NUM     number of words to concatenate. Default: 6
      -c, --caps            Capitalize words. This is the default.
      --no-caps             Turn off capitalization.
      -s NUM, --specials NUM
                            Insert NUM special chars into generated word.
    
    ulif's avatar
    ulif committed
      -d DELIMITER, --delimiter DELIMITER
                            Separate words by DELIMITER. Empty string by default.
    
    ulif's avatar
    ulif committed
      -r SOURCE, --randomsource SOURCE
                            Get randomness from this source. Possible values:
    
                            `realdice', `system'. Default: system
    
    ulif's avatar
    ulif committed
      --version             output version information and exit.