Adding the show command.
This commit is contained in:
committed by
Louis-Bertrand Varin
parent
e01e9715b9
commit
15c2727a1d
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user