mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Fix CLI man page
- Fix lacking commas in the generate options section - Fix a typo in groff command
This commit is contained in:
parent
6ff3e8801d
commit
332c133893
1 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ keepassxc-cli \- command line interface for the \fBKeePassXC\fP password manager
|
||||||
.B keepassxc-cli
|
.B keepassxc-cli
|
||||||
.I command
|
.I command
|
||||||
.B [
|
.B [
|
||||||
-I options
|
.I options
|
||||||
.B ]
|
.B ]
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -222,22 +222,22 @@ Flattens the output to single lines. When this option is enabled, subgroups and
|
||||||
.IP "-L, --length <length>"
|
.IP "-L, --length <length>"
|
||||||
Sets the desired length for the generated password. [Default: 16]
|
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]
|
Uses lowercase characters for the generated password. [Default: Enabled]
|
||||||
|
|
||||||
.IP "-U --upper"
|
.IP "-U, --upper"
|
||||||
Uses uppercase characters for the generated password. [Default: Enabled]
|
Uses uppercase characters for the generated password. [Default: Enabled]
|
||||||
|
|
||||||
.IP "-n --numeric"
|
.IP "-n, --numeric"
|
||||||
Uses numbers characters for the generated password. [Default: Enabled]
|
Uses numbers characters for the generated password. [Default: Enabled]
|
||||||
|
|
||||||
.IP "-s --special"
|
.IP "-s, --special"
|
||||||
Uses special characters for the generated password. [Default: Disabled]
|
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]
|
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.
|
Comma-separated list of characters to exclude from the generated password. None is excluded by default.
|
||||||
|
|
||||||
.IP "--exclude-similar"
|
.IP "--exclude-similar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue