X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README.md;h=e73ebff6a3216bfce4c83f7bd465d211d5c4c698;hb=refs%2Fpull%2F22%2Fhead;hp=c69a5e7f228bc290aac09c00331384bc3d30079d;hpb=a5535b23fad7cd21010c890bcb7322fc7abfe0c1;p=kconfig-hardened-check.git diff --git a/README.md b/README.md index c69a5e7..e73ebff 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Please don't cry if my Python code looks like C. I'm just a kernel developer. ### Usage ``` -#usage: kconfig-hardened-check.py [-h] [-p {X86_64,X86_32,ARM64,ARM}] - [-c CONFIG] [--debug] +usage: kconfig-hardened-check.py [-h] [-p {X86_64,X86_32,ARM64,ARM}] + [-c CONFIG] [--debug] [--json] Checks the hardening options in the Linux kernel config @@ -40,6 +40,7 @@ optional arguments: -c CONFIG, --config CONFIG check the config_file against these preferences --debug enable internal debug mode + --json print results in JSON format ```