Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/keepassxc-cli.1')
-rw-r--r--src/cli/keepassxc-cli.111
1 files changed, 10 insertions, 1 deletions
diff --git a/src/cli/keepassxc-cli.1 b/src/cli/keepassxc-cli.1
index 22cf88a3a..bd7f5d5c5 100644
--- a/src/cli/keepassxc-cli.1
+++ b/src/cli/keepassxc-cli.1
@@ -56,9 +56,15 @@ Shows the title, username, password, URL and notes of a database entry. Can also
.SS "General options"
+.IP "--debug-info"
+Displays debugging information.
+
.IP "-k, --key-file <path>"
Specifies a path to a key file for unlocking the database. In a merge operation this option is used to specify the key file path for the first database.
+.IP "--no-password"
+Deactivate password key for the database.
+
.IP "-q, --quiet <path>"
Silence password prompt and other secondary outputs.
@@ -66,7 +72,7 @@ Silence password prompt and other secondary outputs.
Displays help information.
.IP "-v, --version"
-Shows the program version.
+Displays the program version.
.SS "Merge options"
@@ -74,6 +80,9 @@ Shows the program version.
.IP "-f, --key-file-from <path>"
Path of the key file for the second database.
+.IP "--no-password-from"
+Deactivate password key for the database to merge from.
+
.IP "-s, --same-credentials"
Use the same credentials for unlocking both database.