Skip to content

Commit

Permalink
Completed/amended the --help description for --remoting
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Allik committed Nov 21, 2012
1 parent 0bccfe3 commit 4c97b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twisted/plugins/startnode.py
Expand Up @@ -31,7 +31,7 @@ class Options(usage.Options):
u"Parsed as `dict(<params>)` and passed as **kwargs.\n\n"
u"\b")], # so that Twisted wouldn't strip off the line endings before [default: <empty>]
['message', 'm', _EMPTY, "[m]essage to send to the actor"],
['remoting', 'r', None, "Set up [r]emoting with"],
['remoting', 'r', None, "Set up [r]emoting with the specified hostname/IP:port pair; hostname/IP is optional and defaults to localhost"],
['name', 'n', None, "Set the [n]ame of the actor"],
['supervise', 's', 'stop', "Set how the spawned actor is [s]upervised in case of failures"],

Expand Down

0 comments on commit 4c97b51

Please sign in to comment.