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>2018-08-27 15:51:28 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-08-27 15:51:28 +0300
commit91c6314a1a457ee755268dcaf365544ca156a1dd (patch)
tree471a113992513e001d354cdb49b4e0ab733f276d /include/helper_show
parent67f9d254614fb95644df6c5088ed51ec9e006ce5 (diff)
Minor cleanups
Diffstat (limited to 'include/helper_show')
-rw-r--r--include/helper_show6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/helper_show b/include/helper_show
index 95e68ef0..645d972d 100644
--- a/include/helper_show
+++ b/include/helper_show
@@ -218,7 +218,7 @@ if [ $# -gt 0 ]; then
"details")
if [ -z "${LOGFILE}" ]; then DisplayError "Could not find log file to parse"; fi
if [ $# -eq 1 ]; then
- DisplayError "This command needs a test ID (e.g. CORE-1000) to search for."
+ DisplayError "This command needs a test ID (e.g. CORE-1000) to search for. This command is used after a scan (lynis audit system). Run 'lynis show tests' to see all available tests."
else
shift
if [ $# -eq 1 ]; then
@@ -433,8 +433,8 @@ else
${ECHOCMD} " lynis show ${BROWN}${ITEM}${NORMAL}"
done
${ECHOCMD} "\n"
-
- ${ECHOCMD} "Use '$0 show commands show' for extended help about the show command"
+ ${ECHOCMD} ""
+ ${ECHOCMD} "Extended help about the show command can be provided with: $0 show commands show"
fi