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 = """send-message [options] <recipient>
Sends a test message to the specified recipients.
Example: send-message --site=http://127.0.0.1:8000 iago@humbughq.com
Example: send-message --site=https://zephyr.humbughq.com iago@humbughq.com
"""
parser = optparse.OptionParser(usage=usage)
parser.add_option('--site',