mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Change cli commands description.
This commit is contained in:
parent
64dfada038
commit
f579345059
4 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ int Extract::execute(int argc, char **argv)
|
|||
|
||||
QCommandLineParser parser;
|
||||
parser.setApplicationDescription(QCoreApplication::translate("main",
|
||||
"Extract and print a KeePassXC database file."));
|
||||
"Extract and print the content of a database."));
|
||||
parser.addPositionalArgument("database", QCoreApplication::translate("main", "path of the database to extract."));
|
||||
parser.process(app);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue