Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-06-17 13:16:29 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-06-17 13:16:29 +0300
commit6d55767c18041d8bcc9add0a7633c754248816fc (patch)
treec1f30c75c1f04405f6b3452799f063cce90c90aa /include/helper_show
parent61d8c91eebee5471e6fd16c8d1cdf01542ccb3cb (diff)
Include 'generate' command
Diffstat (limited to 'include/helper_show')
-rw-r--r--include/helper_show2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper_show b/include/helper_show
index a696b0e7..874b3e1b 100644
--- a/include/helper_show
+++ b/include/helper_show
@@ -28,7 +28,7 @@
#
######################################################################
-COMMANDS="audit configure show update upload-only"
+COMMANDS="audit configure generate show update upload-only"
HELPERS="audit configure show update"
OPTIONS="--auditor\n--cronjob (--cron)\n--debug\n--developer\n--help (-h)\n--license-key\n--log-file\n--manpage (--man)\n--no-colors\n--no-log\n--pentest\n--profile\n--plugin-dir\n--quick (-Q)\n--quiet (-q)\n--report-file\n--reverse-colors\n--skip-plugins\n--tests\n--tests-from-category\n--tests-from-group\n--upload\n--verbose\n--version (-V)\n--wait\n--warnings-only"