mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-19 22:42:23 -05:00
Keepass -> KeePass.
This commit is contained in:
parent
782d1f17d1
commit
b85941531d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ int main(int argc, char **argv)
|
||||||
app.setApplicationVersion(KEEPASSX_VERSION);
|
app.setApplicationVersion(KEEPASSX_VERSION);
|
||||||
|
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
parser.setApplicationDescription(QCoreApplication::translate("main", "KeepassXC command line interface."));
|
parser.setApplicationDescription(QCoreApplication::translate("main", "KeePassXC command line interface."));
|
||||||
parser.addPositionalArgument("command", QCoreApplication::translate("main", "Name of the command to execute."));
|
parser.addPositionalArgument("command", QCoreApplication::translate("main", "Name of the command to execute."));
|
||||||
|
|
||||||
parser.addHelpOption();
|
parser.addHelpOption();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue