Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
allmightyspiff committed Apr 30, 2024
1 parent be39bc2 commit e16e0f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SoftLayer/CLI/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ def get_version_message(ctx, param, value):
ctx.exit()


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

0 comments on commit e16e0f9

Please sign in to comment.