Skip to content

Commit

Permalink
Merge pull request #86 from flokli/develop
Browse files Browse the repository at this point in the history
sandmanctl: update help for --host and --port
  • Loading branch information
jeffknupp committed Aug 8, 2014
2 parents f2c84d9 + e3c282a commit 992c2f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandman/sandmanctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def print_version(ctx, value):
@click.option('--show-pks/--no-show-pks', default=False,
help='Have sandman show primary key columns in the admin view')
@click.option('--host', default='0.0.0.0',
help='Hostname of database server to connect to')
help='Hostname sandman should bind to')
@click.option('--port', default=8080,
help='Port of database server to connect to')
help='Port sandman should bind to')
@click.option('--version', is_flag=True,
callback=print_version, expose_value=False, is_eager=True)
@click.argument('URI', metavar='<URI>')
Expand Down

0 comments on commit 992c2f3

Please sign in to comment.