Added plugindir argument of show command

This commit is contained in:
mboelen 2016-04-13 16:12:22 +02:00
parent c5de5e6a1b
commit fdd20a324e
1 changed files with 3 additions and 5 deletions

View File

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