mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Adding the show command.
This commit is contained in:
parent
e01e9715b9
commit
15c2727a1d
7 changed files with 139 additions and 19 deletions
|
@ -38,7 +38,7 @@ int Extract::execute(int argc, char **argv)
|
|||
QCommandLineParser parser;
|
||||
parser.setApplicationDescription(QCoreApplication::translate("main",
|
||||
"Extract and print the content of a database."));
|
||||
parser.addPositionalArgument("database", QCoreApplication::translate("main", "path of the database to extract."));
|
||||
parser.addPositionalArgument("database", QCoreApplication::translate("main", "Path of the database to extract."));
|
||||
parser.process(app);
|
||||
|
||||
const QStringList args = parser.positionalArguments();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue