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)_] *keepassxc* [_options_] [_filename(s)_]
== DESCRIPTION == DESCRIPTION
*KeePassXC* is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. *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 (alias Rijndael) encryption algorithm using a 256 bit key. 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. 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 == OPTIONS
*-h*, *--help*:: *-h*, *--help*::
Displays this help. Displays this help.
*--help-all*::
Displays help including Qt specific options.
*-v*, *--version*:: *-v*, *--version*::
Displays version information. Displays version information.
*--config* <__config__>:: *--config* <__config__>::
Path to a custom config file. Path to a custom config file.
*--localconfig* <__localconfig__>::
Path to a custom local config file.
*--lock*::
Locks all open databases.
*--keyfile* <__keyfile__>:: *--keyfile* <__keyfile__>::
Key file of the database. Key file of the database.
*--pw-stdin*:: *--pw-stdin*::
Read password of the database from stdin. Reads password of the database from stdin.
*--debug-info*:: *--debug-info*::
Displays debugging information. Displays debugging information.