mirror of https://github.com/CISOfy/lynis.git
Updated commands
This commit is contained in:
parent
bbe95bb0ff
commit
a7409568c9
|
@ -28,9 +28,9 @@
|
|||
#
|
||||
######################################################################
|
||||
|
||||
COMMANDS="audit show update upload-only"
|
||||
COMMANDS="audit configure show update upload-only"
|
||||
HELPERS="audit configure show update"
|
||||
OPTIONS="--auditor\n--check-all (-c)\n--config\n--cronjob (--cron)\n--debug\n--developer\n--help (-h)\n--license-key\n--log-file\n--manpage (--man)\n--no-colors --no-log\n--pentest\n--profile\n--plugins-dir\n--quiet (-q)\n--quick (-Q)\n--report-file\n--reverse-colors\n--tests\n--tests-from-category\n--tests-from-group\n--upload\n--verbose\n--version (-V)\n--wait"
|
||||
OPTIONS="--auditor\n--check-all (-c)\n--cronjob (--cron)\n--debug\n--developer\n--help (-h)\n--license-key\n--log-file\n--manpage (--man)\n--no-colors --no-log\n--pentest\n--profile\n--plugins-dir\n--quiet (-q)\n--quick (-Q)\n--report-file\n--reverse-colors\n--tests\n--tests-from-category\n--tests-from-group\n--upload\n--verbose\n--version (-V)\n--wait"
|
||||
|
||||
SHOW_ARGS="categories changelog commands dbdir details environment groups help hostids includedir language license logfile man options os pidfile plugindir profiles release releasedate report settings tests version workdir"
|
||||
SHOW_HELP="lynis show ${BROWN}categories${NORMAL} (display test categories)
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
# Display all available options with short alias
|
||||
--dump-options | --dumpoptions)
|
||||
OPTIONS="--auditor
|
||||
--check-all_(-c) --config --cronjob_(--cron)
|
||||
--check-all_(-c) --cronjob_(--cron)
|
||||
--debug
|
||||
--help_(-h)
|
||||
--info
|
||||
|
|
Loading…
Reference in New Issue