Skip to content

Commit e16e0f9

Browse files
updating docs
1 parent be39bc2 commit e16e0f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SoftLayer/CLI/core.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ def get_version_message(ctx, param, value):
6969
ctx.exit()
7070

7171

72-
@click.group(help="SoftLayer Employee Command-line Client",
73-
epilog="""Run 'islcli login' to authenticate""",
72+
@click.group(help="SoftLayer Command-line Client",
73+
epilog="""To use most commands your SoftLayer username and api_key need to be configured.
74+
The easiest way to do that is to use: 'slcli setup'""",
7475
cls=CommandLoader,
7576
context_settings=CONTEXT_SETTINGS)
7677
@click.option('--format', default=DEFAULT_FORMAT, show_default=True,

0 commit comments

Comments
 (0)