test_engine: add test_version()
[kconfig-hardened-check.git] / kconfig_hardened_check / __init__.py
index c6c4349839f4ed4448a5f10e217d7135aedc9003..4aa03473fe4b4e21eb26de9f03f615038bcbe3d2 100644 (file)
@@ -213,7 +213,7 @@ def main():
     parser.add_argument('-p', '--print', choices=supported_archs,
                         help='print security hardening preferences for the selected architecture')
     parser.add_argument('-c', '--config',
-                        help='check the kernel kconfig file against these preferences')
+                        help='check the kernel kconfig file against these preferences (also supports *.gz files)')
     parser.add_argument('-l', '--cmdline',
                         help='check the kernel cmdline file against these preferences')
     parser.add_argument('-m', '--mode', choices=report_modes,