mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-04 20:44:14 -04: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);
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue