mirror of https://github.com/CISOfy/lynis.git
Added plugindir argument of show command
This commit is contained in:
parent
c5de5e6a1b
commit
fdd20a324e
|
@ -22,10 +22,6 @@
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
#
|
#
|
||||||
# Options:
|
|
||||||
# ---------
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# How to use:
|
# How to use:
|
||||||
# ------------
|
# ------------
|
||||||
# Run: lynis show <option>
|
# Run: lynis show <option>
|
||||||
|
@ -34,13 +30,15 @@
|
||||||
|
|
||||||
COMMANDS="audit show update"
|
COMMANDS="audit show update"
|
||||||
OPTIONS="--auditor\n--check-all (-c)\n--config\n--cronjob (--cron)\n--debug\n--help (-h)\n--info\n--license-key --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-category\n--upload\n--version (-V)\n--view-categories"
|
OPTIONS="--auditor\n--check-all (-c)\n--config\n--cronjob (--cron)\n--debug\n--help (-h)\n--info\n--license-key --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-category\n--upload\n--version (-V)\n--view-categories"
|
||||||
SHOW_ARGS="commands help license man options pidfile profiles release releasedate version"
|
|
||||||
|
SHOW_ARGS="commands help license man options pidfile plugindir profiles release releasedate version"
|
||||||
SHOW_HELP="lynis show ${BROWN}commands${NORMAL} (all available commands)
|
SHOW_HELP="lynis show ${BROWN}commands${NORMAL} (all available commands)
|
||||||
lynis show ${BROWN}help${NORMAL} (detailed information about arguments)
|
lynis show ${BROWN}help${NORMAL} (detailed information about arguments)
|
||||||
lynis show ${BROWN}license${NORMAL} (license details)
|
lynis show ${BROWN}license${NORMAL} (license details)
|
||||||
lynis show ${BROWN}man${NORMAL} (show help)
|
lynis show ${BROWN}man${NORMAL} (show help)
|
||||||
lynis show ${BROWN}options${NORMAL} (available flags and options)
|
lynis show ${BROWN}options${NORMAL} (available flags and options)
|
||||||
lynis show ${BROWN}pidfile${NORMAL} (active file to stored process ID)
|
lynis show ${BROWN}pidfile${NORMAL} (active file to stored process ID)
|
||||||
|
lynis show ${BROWN}plugindir${NORMAL} (directory with plugins)
|
||||||
lynis show ${BROWN}profiles${NORMAL} (discovered profiles)
|
lynis show ${BROWN}profiles${NORMAL} (discovered profiles)
|
||||||
lynis show ${BROWN}release${NORMAL} (version)
|
lynis show ${BROWN}release${NORMAL} (version)
|
||||||
lynis show ${BROWN}releasedate${NORMAL} (date of release)
|
lynis show ${BROWN}releasedate${NORMAL} (date of release)
|
||||||
|
|
Loading…
Reference in New Issue