summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Lint/Comments.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-10-30 01:44:42 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-10-30 03:42:35 +0100
commitb882e08e9842f5e3950531070eba5c71642e0fe6 (patch)
tree9df14614c69b2b52d0d5c70697e2704bcddb81fc /src/lib/Bcfg2/Server/Lint/Comments.py
parente7b805887e7c8ebf28c1ec3ad416bbc3b0687788 (diff)
downloadbcfg2-b882e08e9842f5e3950531070eba5c71642e0fe6.tar.gz
bcfg2-b882e08e9842f5e3950531070eba5c71642e0fe6.tar.bz2
bcfg2-b882e08e9842f5e3950531070eba5c71642e0fe6.zip
Lint/Comments: fix typo in options
Diffstat (limited to 'src/lib/Bcfg2/Server/Lint/Comments.py')
-rw-r--r--src/lib/Bcfg2/Server/Lint/Comments.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/Server/Lint/Comments.py b/src/lib/Bcfg2/Server/Lint/Comments.py
index e96fac1dd..120b1a064 100644
--- a/src/lib/Bcfg2/Server/Lint/Comments.py
+++ b/src/lib/Bcfg2/Server/Lint/Comments.py
@@ -93,11 +93,11 @@ class Comments(Bcfg2.Server.Lint.ServerPlugin):
type=Bcfg2.Options.Types.comma_list, default=[],
help="Required comments for info.xml files"),
Bcfg2.Options.Option(
- cf=("Comments", "probe_keywords"),
+ cf=("Comments", "probes_keywords"),
type=Bcfg2.Options.Types.comma_list, default=[],
help="Required keywords for probes"),
Bcfg2.Options.Option(
- cf=("Comments", "probe_comments"),
+ cf=("Comments", "probes_comments"),
type=Bcfg2.Options.Types.comma_list, default=[],
help="Required comments for probes")]