Document list -R option.

This commit is contained in:
louib 2018-11-08 14:42:44 -05:00 committed by Jonathan White
parent 156b480f93
commit 91160c5f36
2 changed files with 7 additions and 1 deletions

View File

@ -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);

View File

@ -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>"