Skip to content

Commit e8e50d6

Browse files
authored
Small fix to filters helptext (#1299)
1 parent e2c9bb5 commit e8e50d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudify_cli/cli/helptexts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,10 @@
514514
"be saved in lower case."
515515

516516
ATTRS_FILTER_RULES = "An attributes' filter rule. Attributes' filter rules " \
517-
"must be one of: <key>=<value>, <key>!=<value>, " \
517+
"must be one of: <key>=<value>, <key>!=<value>, " \
518518
"<key> contains <value>, " \
519519
"<key> does-not-contain <value>, " \
520-
"<key> starts-with <value>, <key> ends-with <value>. " \
520+
"<key> starts-with <value>, <key> ends-with <value>, " \
521521
"<key> is not empty. <value> can be a single string or " \
522522
"a list of strings of the form [<value1>,<value2>,...]." \
523523
" Allowed attributes to filter by are: "

0 commit comments

Comments
 (0)