Skip to content

Commit

Permalink
Rename missed sl->slcli
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Mar 27, 2015
1 parent 76edfc0 commit 32fd1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoftLayer/CLI/server/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import click


@click.command(epilog="""See 'sl server create-options' for valid options.""")
@click.command(epilog="""See 'slcli server create-options' for valid options.""")
@click.option('--hostname', '-H', help="Host portion of the FQDN")
@click.option('--domain', '-D', help="Domain portion of the FQDN")
@click.option('--size', '-s', help="Hardware size")
Expand Down

0 comments on commit 32fd1b0

Please sign in to comment.