File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,22 +186,22 @@ async def list_subscription_results_cmd(ctx,
186186 """Print the results of a subscription to stdout.
187187
188188 The output of this command is a sequence of JSON objects (the
189- default) or a sequence of commna -separated fields (when the --csv
189+ default) or a sequence of comma -separated fields (when the --csv
190190 option is used), one result per line.
191191
192192 Examples:
193193
194194 \b
195195 planet subscriptions results SUBSCRIPTION_ID --status=success --limit 10
196196
197- where SUBSCRIPTION_ID is the unique identifier for a subscription,
198- prints the last 10 successfully delivered results for that
197+ Where SUBSCRIPTION_ID is the unique identifier for a subscription,
198+ this prints the last 10 successfully delivered results for that
199199 subscription as JSON objects.
200200
201201 \b
202202 planet subscriptions results SUBSCRIPTION_ID --limit 0 --csv > results.csv
203203
204- prints all results for a subscription and saves them to a CSV file.
204+ Prints all results for a subscription and saves them to a CSV file.
205205 """
206206 async with subscriptions_client (ctx ) as client :
207207 if csv_flag :
You can’t perform that action at this time.
0 commit comments