From 332c133893c2e9719f610b2f8dc11bf13539dbd8 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Thu, 16 Jan 2020 19:18:37 +0900 Subject: [PATCH] Fix CLI man page - Fix lacking commas in the generate options section - Fix a typo in groff command --- share/docs/man/keepassxc-cli.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/docs/man/keepassxc-cli.1 b/share/docs/man/keepassxc-cli.1 index 2be6b198..d925d46b 100644 --- a/share/docs/man/keepassxc-cli.1 +++ b/share/docs/man/keepassxc-cli.1 @@ -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 @@ -222,22 +222,22 @@ Flattens the output to single lines. When this option is enabled, subgroups and .IP "-L, --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 " +.IP "-x, --exclude " Comma-separated list of characters to exclude from the generated password. None is excluded by default. .IP "--exclude-similar"