Skip to content

Commit 780f274

Browse files
committed
Solved comments
1 parent df2dfe5 commit 780f274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/image/share.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Get details for an image."""
1+
"""Share an image template with another account."""
22
# :license: MIT, see LICENSE for more details.
33

44
import click
@@ -13,7 +13,7 @@
1313
@click.option('--account-id', help='Account Id for another account to share image template', required=True)
1414
@environment.pass_env
1515
def cli(env, identifier, account_id):
16-
"""Permit share an image template to another account."""
16+
"""Share an image template with another account."""
1717

1818
image_mgr = SoftLayer.ImageManager(env.client)
1919
image_id = helpers.resolve_id(image_mgr.resolve_ids, identifier, 'image')

0 commit comments

Comments
 (0)