-h, --help
Display help message and exit.
-cFILE, --configFILE
Read the configuration from FILE instead of the default ~/.pwman3/config.
-dDATABASE, --databaseDATABASE
When using the default SQLite backend, use DATABASE file path to read/store passwords.
-eALGO, --encryption=ALGO
Use ALGO to encrypt data. Possible values are: AES , ARC2, ARC4, Blowfish, CAST, DES, DES3, IDEA, RC5.
The default encryption algorithm used is AES.
-k, --convert
Convert old DB format to version >= 0.4. The database that will be converted is the one found in the
config file, or the one given as command line argument.
-O, --outputOUTPUT
Use OUTPUT as file path for the newly created database after converting.