mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Document list -R option.
This commit is contained in:
parent
156b480f93
commit
91160c5f36
@ -51,7 +51,7 @@ int List::execute(const QStringList& arguments)
|
|||||||
QObject::tr("path"));
|
QObject::tr("path"));
|
||||||
parser.addOption(keyFile);
|
parser.addOption(keyFile);
|
||||||
QCommandLineOption recursiveOption(QStringList() << "R" << "recursive",
|
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.addOption(recursiveOption);
|
||||||
parser.addHelpOption();
|
parser.addHelpOption();
|
||||||
parser.process(arguments);
|
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.
|
be printed to STDERR.
|
||||||
|
|
||||||
|
|
||||||
|
.SS "List options"
|
||||||
|
|
||||||
|
.IP "-R, --recursive"
|
||||||
|
Recursively list the elements of the group.
|
||||||
|
|
||||||
|
|
||||||
.SS "Generate options"
|
.SS "Generate options"
|
||||||
|
|
||||||
.IP "-L, --length <length>"
|
.IP "-L, --length <length>"
|
||||||
|
Loading…
Reference in New Issue
Block a user