api: Don't use 127.0.0.1:8000 as an example.

At least the zephyr.humbughq.com case is one our users might find
useful.  I imagine we'll end up hiding --site once we integrate the
zephyr and main site tornado servers.

(imported from commit a3a28492cf3f32b78eab6bbd48ba66be2f38a5f2)
This commit is contained in:
Tim Abbott 2012-11-26 11:00:59 -05:00
parent 9d6ce4ee0b
commit 03dc2b2af1
7 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ usage = """subscribe --user=<email address> [options] --streams=<streams>
Ensures the user is subscribed to the listed streams.
Example: subscribe --user=tabbott@humbughq.com --site=http://127.0.0.1:8000
Example: subscribe --user=tabbott@humbughq.com --site=https://zephyr.humbughq.com
"""
parser = optparse.OptionParser(usage=usage)
parser.add_option('--site',