Skip to content

Commit

Permalink
DOC: Improve CLI command help message
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Mar 19, 2024
1 parent 06d029e commit 7c80690
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions octue/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ def deploy():
is_flag=False,
default='attributes.sender_type = "PARENT"',
show_default=True,
help="A filter to apply to the subscription (see https://cloud.google.com/pubsub/docs/subscription-message-filter)"
". If not provided, the default filter is applied.",
help="An optional filter to apply to the subscription (see "
"https://cloud.google.com/pubsub/docs/subscription-message-filter). If not provided, the default filter is applied."
" To disable filtering, provide an empty string.",
)
def create_push_subscription(
project_name,
Expand Down

0 comments on commit 7c80690

Please sign in to comment.