Skip to content

Commit

Permalink
Trivial line length fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sudorandom committed Mar 27, 2015
1 parent 32fd1b0 commit 3b39bfa
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 'slcli 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 3b39bfa

Please sign in to comment.