summaryrefslogtreecommitdiff
path: root/README.adoc
blob: eb6abc0181724a674f8831c7f5d3bef9278f8616 (plain)
    1 Unicode pwgen README
    2 ====================
    3 
    4 Upwgen is a password generator with international support.
    5 
    6 **Note**: It is likely that not all characters will be supported by your
    7 terminal font. Regardless, most softwares offer font fallback to render the
    8 maximum number of characters possible. Even if your font cannot render the
    9 characters, copy and paste will probably still work.
   10 
   11 Usage
   12 -----
   13 
   14   upwgen [options] [length]
   15 
   16 
   17 Options
   18 -------
   19 
   20 * **-c,--capitalize**: Include at least one capital letter in output
   21 * **-l,--lower**:      Include at least one lower case letter in output
   22 * **-n,--numerals**:   Include at least one numeral in output
   23 * **-y,--symbols**:    Include at least one symbol in output
   24 * **-i,--i18n**:       Include at least one international letter in output
   25 * **-h,--help**:       Print the helptext

Generated by cgit