diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/msec/plugins/sectool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msec/plugins/sectool.py b/src/msec/plugins/sectool.py index ad2dba3..f5c6637 100644 --- a/src/msec/plugins/sectool.py +++ b/src/msec/plugins/sectool.py @@ -41,5 +41,5 @@ class sectool: pass def check_sectool_level(self, param): - """Defines the sectool level to use during the periodic security check. You may use the sectool-gui application to select individual tests for each level.""" + """Defines the sectool level to use during the periodic security check. You may use the sectool-gui application to select individual tests for each level. If this variable is not defined, the default level defined in sectool configuration will be used.""" pass |