Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit a81a8e0

Browse files
committed
google-assistant-sdk: reword display flag help text
Change-Id: Id1b898344911b7328755fd781239f2191cc141ef
1 parent 1e11f3a commit a81a8e0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

google-assistant-sdk/googlesamples/assistant/grpc/pushtotalk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ def gen_assist_requests(self):
253253
default='en-US',
254254
help='Language code of the Assistant')
255255
@click.option('--display', is_flag=True, default=False,
256-
help='Enable visual display of Assistant '
257-
'rich media responses (for certain queries).')
256+
help='Enable visual display of Assistant responses in HTML.')
258257
@click.option('--verbose', '-v', is_flag=True, default=False,
259258
help='Verbose logging.')
260259
@click.option('--input-audio-file', '-i',

google-assistant-sdk/googlesamples/assistant/grpc/textinput.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ def iter_assist_requests():
147147
default='en-US',
148148
help='Language code of the Assistant')
149149
@click.option('--display', is_flag=True, default=False,
150-
help='Enable visual display of Assistant '
151-
'rich media responses (for certain queries).')
150+
help='Enable visual display of Assistant responses in HTML.')
152151
@click.option('--verbose', '-v', is_flag=True, default=False,
153152
help='Verbose logging.')
154153
@click.option('--grpc-deadline', default=DEFAULT_GRPC_DEADLINE,

0 commit comments

Comments
 (0)