mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-07 03:25:29 -05:00
Change cli commands description.
This commit is contained in:
parent
64dfada038
commit
f579345059
4 changed files with 5 additions and 5 deletions
|
|
@ -47,10 +47,10 @@ int main(int argc, char **argv)
|
|||
|
||||
QString description("KeePassXC command line interface.");
|
||||
description = description.append(QString("\n\nAvailable commands:"));
|
||||
description = description.append(QString("\n extract\tExtract and print a KeePassXC database file."));
|
||||
description = description.append(QString("\n extract\tExtract and print the content of a database."));
|
||||
description = description.append(QString("\n entropy-meter\tCalculate password entropy."));
|
||||
description = description.append(QString("\n list\t\tList database entries."));
|
||||
description = description.append(QString("\n merge\t\tMerge 2 KeePassXC database files."));
|
||||
description = description.append(QString("\n merge\t\tMerge two databases."));
|
||||
parser.setApplicationDescription(QCoreApplication::translate("main", qPrintable(description)));
|
||||
|
||||
parser.addPositionalArgument("command", QCoreApplication::translate("main", "Name of the command to execute."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue