From 1f6161132e4d066c084e86a52bea30becb23e5e6 Mon Sep 17 00:00:00 2001 From: denk-mal Date: Tue, 23 Jun 2015 11:22:15 +0200 Subject: [PATCH] makr filename parameter as optinal --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2bdef5bde..c12517595 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,7 +52,7 @@ int main(int argc, char** argv) QCommandLineParser parser; parser.setApplicationDescription(QCoreApplication::translate("main", "KeePassX - cross-platform password manager")); - parser.addPositionalArgument("filename", QCoreApplication::translate("main", "filename of the password database to open (*.kdbx)")); + parser.addPositionalArgument("filename", QCoreApplication::translate("main", "filename of the password database to open (*.kdbx)"), "[filename]"); QCommandLineOption configOption("config", QCoreApplication::translate("main", "path to a custom config file"),