mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Keepass -> KeePass.
This commit is contained in:
parent
782d1f17d1
commit
b85941531d
@ -43,7 +43,7 @@ int main(int argc, char **argv)
|
||||
app.setApplicationVersion(KEEPASSX_VERSION);
|
||||
|
||||
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.addHelpOption();
|
||||
|
Loading…
Reference in New Issue
Block a user