Update the README
authorAlexander Popov <alex.popov@linux.com>
Sun, 25 Jun 2023 08:51:26 +0000 (11:51 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 25 Jun 2023 08:51:26 +0000 (11:51 +0300)
README.md

index 735a89120ca51692f42c1606bfa271dc87344546..714bb4af1431f2d5c8bb93d674ad1643b0bf5918 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,12 +79,13 @@ options:
                         (also supports *.gz files)
   -l CMDLINE, --cmdline CMDLINE
                         check the security hardening options in the kernel cmdline file
+                        (contents of /proc/cmdline)
   -p {X86_64,X86_32,ARM64,ARM}, --print {X86_64,X86_32,ARM64,ARM}
                         print the security hardening recommendations for the selected
                         microarchitecture
   -g {X86_64,X86_32,ARM64,ARM}, --generate {X86_64,X86_32,ARM64,ARM}
-                        generate a Kconfig fragment with the security hardening options for
-                        the selected microarchitecture
+                        generate a Kconfig fragment with the security hardening options
+                        for the selected microarchitecture
 ```
 
 ## Output modes
@@ -344,7 +345,7 @@ sysrq_always_enabled                    |cmdline| is not set |    my    |cut_att
 
 ## Generating a Kconfig fragment with the security hardening options
 
-With the `-g` argument the tool generates a Kconfig fragment with the security hardening options for the selected microarchitecture.
+With the `-g` argument, the tool generates a Kconfig fragment with the security hardening options for the selected microarchitecture.
 
 This Kconfig fragment can be merged with the existing Linux kernel config:
 ```