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
path: root/lynis
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-04-23 18:06:10 +0300
committermboelen <michael@cisofy.com>2016-04-23 18:06:10 +0300
commitb336304ae641e7dd0b213c7a7be7fe4e220e2ce1 (patch)
tree16fc252fdb5feacaef49e23f82678470a093ef22 /lynis
parent998e63535c2d3b7f9161ae760f912c25305c1237 (diff)
Identation of help text
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis30
1 files changed, 13 insertions, 17 deletions
diff --git a/lynis b/lynis
index 7bc16fd0..20c4020d 100755
--- a/lynis
+++ b/lynis
@@ -375,29 +375,25 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
${WHITE}Options:${NORMAL}
- ${GRAY}--auditor ${BROWN}\"<name>\"${NORMAL} : Auditor name
- ${GRAY}--dump-options${NORMAL} : See all available options
- ${GRAY}--no-log${NORMAL} : Don't create a log file
- ${GRAY}--pentest${NORMAL} : Non-privileged scan (useful for pentest)
- ${GRAY}--profile ${BROWN}<profile>${NORMAL} : Scan the system with the given profile file
- ${GRAY}--quick (-Q)${NORMAL} : Quick mode, don't wait for user input
- ${GRAY}--tests ${BROWN}\"<tests>\"${NORMAL} : Run only tests defined by <tests>
- ${GRAY}--tests-category ${BROWN}\"<category>\"${NORMAL} : Run only tests defined by <category>
+ ${GRAY}--no-log${NORMAL} : Don't create a log file
+ ${GRAY}--pentest${NORMAL} : Non-privileged scan (useful for pentest)
+ ${GRAY}--profile ${BROWN}<profile>${NORMAL} : Scan the system with the given profile file
+ ${GRAY}--quick (-Q)${NORMAL} : Quick mode, don't wait for user input
${WHITE}Layout options${NORMAL}
- ${GRAY}--no-colors${NORMAL} : Don't use colors in output
- ${GRAY}--quiet (-q)${NORMAL} : No output, except warnings
- ${GRAY}--reverse-colors${NORMAL} : Optimize color display for light backgrounds
+ ${GRAY}--no-colors${NORMAL} : Don't use colors in output
+ ${GRAY}--quiet (-q)${NORMAL} : No output, except warnings
+ ${GRAY}--reverse-colors${NORMAL} : Optimize color display for light backgrounds
${WHITE}Misc options${NORMAL}
- ${GRAY}--debug${NORMAL} : Debug logging to screen
- ${GRAY}--view-manpage (--man)${NORMAL} : View man page
- ${GRAY}--verbose${NORMAL} : Show more details on screen
- ${GRAY}--version (-V)${NORMAL} : Display version number and quit
+ ${GRAY}--debug${NORMAL} : Debug logging to screen
+ ${GRAY}--view-manpage (--man)${NORMAL} : View man page
+ ${GRAY}--verbose${NORMAL} : Show more details on screen
+ ${GRAY}--version (-V)${NORMAL} : Display version number and quit
${WHITE}Enterprise options${NORMAL}
- ${GRAY}--plugin-dir ${BROWN}\"<path>\"${NORMAL} : Define path of available plugins
- ${GRAY}--upload${NORMAL} : Upload data to central node
+ ${GRAY}--plugin-dir ${BROWN}\"<path>\"${NORMAL} : Define path of available plugins
+ ${GRAY}--upload${NORMAL} : Upload data to central node
More options available. Run 'lynis show options', or use the man page.