Skip to content

Commit 85ab900

Browse files
committed
clean up cli
1 parent 7149cc5 commit 85ab900

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

planet/cli/orders.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,10 +269,10 @@ async def download(ctx, order_id, overwrite, directory, checksum):
269269
help='Collection ID for Sentinel Hub hosting. '
270270
'If omitted, a new collection will be created.')
271271
@click.option(
272-
'--create_configuration',
272+
'--create-configuration',
273273
is_flag=True,
274274
default=False,
275-
help='Automatically create a layer configuration for your collection.'
275+
help='Automatically create a layer configuration for your collection. '
276276
'If omitted, no configuration will be created.')
277277
@pretty
278278
async def create(ctx, request, pretty, **kwargs):
@@ -374,9 +374,9 @@ async def create(ctx, request, pretty, **kwargs):
374374
help='Collection ID for Sentinel Hub hosting. '
375375
'If omitted, a new collection will be created.')
376376
@click.option(
377-
'--create_configuration',
377+
'--create-configuration',
378378
is_flag=True,
379-
help='Automatically create a layer configuration for your collection.'
379+
help='Automatically create a layer configuration for your collection. '
380380
'If omitted, no configuration will be created.')
381381
@pretty
382382
async def request(ctx,

planet/cli/subscriptions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ async def list_subscriptions_cmd(ctx,
166166
help='Collection ID for Sentinel Hub hosting. '
167167
'If omitted, a new collection will be created.')
168168
@click.option(
169-
'--create_configuration',
169+
'--create-configuration',
170170
is_flag=True,
171-
help='Automatically create a layer configuration for your collection.'
171+
help='Automatically create a layer configuration for your collection. '
172172
'If omitted, no configuration will be created.')
173173
@pretty
174174
@click.pass_context
@@ -376,10 +376,10 @@ async def list_subscription_results_cmd(ctx,
376376
help='Collection ID for Sentinel Hub hosting. '
377377
'If omitted, a new collection will be created.')
378378
@click.option(
379-
'--create_configuration',
379+
'--create-configuration',
380380
is_flag=True,
381381
default=False,
382-
help='Automatically create a layer configuration for your collection.'
382+
help='Automatically create a layer configuration for your collection. '
383383
'If omitted, no configuration will be created.')
384384
@pretty
385385
def request(name,

0 commit comments

Comments
 (0)