We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c9bb5 commit e8e50d6Copy full SHA for e8e50d6
cloudify_cli/cli/helptexts.py
@@ -514,10 +514,10 @@
514
"be saved in lower case."
515
516
ATTRS_FILTER_RULES = "An attributes' filter rule. Attributes' filter rules " \
517
- "must be one of: <key>=<value>, <key>!=<value>, " \
+ "must be one of: <key>=<value>, <key>!=<value>, " \
518
"<key> contains <value>, " \
519
"<key> does-not-contain <value>, " \
520
- "<key> starts-with <value>, <key> ends-with <value>. " \
+ "<key> starts-with <value>, <key> ends-with <value>, " \
521
"<key> is not empty. <value> can be a single string or " \
522
"a list of strings of the form [<value1>,<value2>,...]." \
523
" Allowed attributes to filter by are: "
0 commit comments