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:
authorDavid Marzal <2069735+Marzal@users.noreply.github.com>2019-07-29 16:22:48 +0300
committerDavid Marzal <2069735+Marzal@users.noreply.github.com>2019-07-29 16:22:48 +0300
commit000838b15463193d63464adefa3a817ef3de0a33 (patch)
tree52276a4e0ababc20f8e8f58bdf476c3f5a2da98c /include/helper_show
parentfb33112555b41cab32fd550b3ca276ea843c8205 (diff)
Document --usecwd in helper_show and man
Diffstat (limited to 'include/helper_show')
-rw-r--r--include/helper_show8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/helper_show b/include/helper_show
index 8f906d99..260518d6 100644
--- a/include/helper_show
+++ b/include/helper_show
@@ -30,7 +30,7 @@
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"
+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--usecwd\n--upload\n--verbose\n--version (-V)\n--wait\n--warnings-only"
SHOW_ARGS="categories changelog commands dbdir details environment eol 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)
@@ -113,10 +113,10 @@ UPDATE_HELP="
${CYAN}update info${NORMAL}
Check and show version information
-
+
${CYAN}update check${NORMAL}
- Just check if version is up-to-date
+ Just check if version is up-to-date
"
@@ -215,7 +215,7 @@ if [ $# -gt 0 ]; then
"generate") ${ECHOCMD} "${GENERATE_HELP}" ;;
"show") ${ECHOCMD} "${SHOW_HELP}" ;;
"update") ${ECHOCMD} "${UPDATE_HELP}" ;;
- "upload-only") ${ECHOCMD} "${UPLOAD_ONLY_HELP}" ;;
+ "upload-only") ${ECHOCMD} "${UPLOAD_ONLY_HELP}" ;;
*) DisplayError "Unknown argument for 'commands'"
esac
else