Adding the show command.

This commit is contained in:
Louis-Bertrand Varin 2017-03-12 13:34:56 -04:00 committed by Louis-Bertrand Varin
parent e01e9715b9
commit 15c2727a1d
7 changed files with 139 additions and 19 deletions

View file

@ -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();