Skip to content

Commit

Permalink
add default to helptext
Browse files Browse the repository at this point in the history
Co-authored-by: Watson Yuuma Sato <[email protected]>
  • Loading branch information
sluetze and yuumasato authored Jun 11, 2024
1 parent bc391ce commit 66f77d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/add_kubernetes_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def main():
default="Platform",
choices=["Node", "Platform"])
cluster_test_parser.add_argument(
'--namespace', help='Namespace where compliance operator is installed', dest="namespace", default="openshift-compliance"
'--namespace', help='Namespace where compliance operator is installed. Default is "openshift-compliance".', dest="namespace", default="openshift-compliance"
)
cluster_test_parser.set_defaults(func=clusterTestFunc)

Expand Down

0 comments on commit 66f77d0

Please sign in to comment.