Skip to content

Commit

Permalink
Fix CLI man page
Browse files Browse the repository at this point in the history
- Fix lacking commas in the generate options section
- Fix a typo in groff command
  • Loading branch information
sorairolake authored and droidmonkey committed Jan 25, 2020
1 parent 6ff3e88 commit 332c133
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions share/docs/man/keepassxc-cli.1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keepassxc-cli \- command line interface for the \fBKeePassXC\fP password manager
.B keepassxc-cli
.I command
.B [
-I options
.I options
.B ]

.SH DESCRIPTION
Expand Down Expand Up @@ -222,22 +222,22 @@ Flattens the output to single lines. When this option is enabled, subgroups and
.IP "-L, --length <length>"
Sets the desired length for the generated password. [Default: 16]

.IP "-l --lower"
.IP "-l, --lower"
Uses lowercase characters for the generated password. [Default: Enabled]

.IP "-U --upper"
.IP "-U, --upper"
Uses uppercase characters for the generated password. [Default: Enabled]

.IP "-n --numeric"
.IP "-n, --numeric"
Uses numbers characters for the generated password. [Default: Enabled]

.IP "-s --special"
.IP "-s, --special"
Uses special characters for the generated password. [Default: Disabled]

.IP "-e --extended"
.IP "-e, --extended"
Uses extended ASCII characters for the generated password. [Default: Disabled]

.IP "-x --exclude <chars>"
.IP "-x, --exclude <chars>"
Comma-separated list of characters to exclude from the generated password. None is excluded by default.

.IP "--exclude-similar"
Expand Down

0 comments on commit 332c133

Please sign in to comment.