mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-09 23:12:23 -04: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);
|
||||
|
|
|
@ -121,6 +121,12 @@ otherwise the program will fail. If the wordlist has < 4000 words a warning will
|
|||
be printed to STDERR.
|
||||
|
||||
|
||||
.SS "List options"
|
||||
|
||||
.IP "-R, --recursive"
|
||||
Recursively list the elements of the group.
|
||||
|
||||
|
||||
.SS "Generate options"
|
||||
|
||||
.IP "-L, --length <length>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue