From 7c8069084d53e89b7cd93f2b04e4698993e236c1 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Tue, 19 Mar 2024 11:55:36 +0000 Subject: [PATCH] DOC: Improve CLI command help message --- octue/cli.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/octue/cli.py b/octue/cli.py index f1389456e..130f8cfcf 100644 --- a/octue/cli.py +++ b/octue/cli.py @@ -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,