mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-03 09:35:53 -05:00
Document list -R option.
This commit is contained in:
parent
156b480f93
commit
91160c5f36
2 changed files with 7 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ int List::execute(const QStringList& arguments)
|
|||
QObject::tr("path"));
|
||||
parser.addOption(keyFile);
|
||||
QCommandLineOption recursiveOption(QStringList() << "R" << "recursive",
|
||||
QObject::tr("Recursive mode, list elements recursively"));
|
||||
QObject::tr("Recursively list the elements of the group."));
|
||||
parser.addOption(recursiveOption);
|
||||
parser.addHelpOption();
|
||||
parser.process(arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue