Clean up and add missing options to manpage

This commit is contained in:
mhmdanas 2023-03-02 19:35:19 +00:00 committed by Jonathan White
parent 5b312889b8
commit 35de521549

View File

@ -28,26 +28,35 @@ keepassxc - a modern open-source password manager
*keepassxc* [_options_] [_filename(s)_]
== DESCRIPTION
*KeePassXC* is a free/open-source password manager or safe which helps you to manage your passwords in a secure way.
The complete database is always encrypted with the industry-standard AES (alias Rijndael) encryption algorithm using a 256 bit key.
*KeePassXC* is a free/open-source password manager or safe which helps you to manage your passwords securely.
The complete database is always encrypted with the industry-standard AES (also known as Rijndael) encryption algorithm using a 256-bit key.
KeePassXC uses a database format that is compatible with KeePass Password Safe.
Your wallet works offline and requires no Internet connection.
Your database works offline and requires no internet connection.
== OPTIONS
*-h*, *--help*::
Displays this help.
*--help-all*::
Displays help including Qt specific options.
*-v*, *--version*::
Displays version information.
*--config* <__config__>::
Path to a custom config file.
*--localconfig* <__localconfig__>::
Path to a custom local config file.
*--lock*::
Locks all open databases.
*--keyfile* <__keyfile__>::
Key file of the database.
*--pw-stdin*::
Read password of the database from stdin.
Reads password of the database from stdin.
*--debug-info*::
Displays debugging information.