mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-31 10:39:14 -04:00
makr filename parameter as optinal
This commit is contained in:
parent
fc74e16097
commit
1f6161132e
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue