diff --git a/docs/man/keepassxc.1.adoc b/docs/man/keepassxc.1.adoc index 16e10de9c..06f9ca063 100644 --- a/docs/man/keepassxc.1.adoc +++ b/docs/man/keepassxc.1.adoc @@ -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.