From 4c97b5169d36c6cf1822a55604164094f7bfb4dc Mon Sep 17 00:00:00 2001 From: Erik Allik Date: Wed, 21 Nov 2012 20:40:35 +0200 Subject: [PATCH] Completed/amended the --help description for --remoting --- twisted/plugins/startnode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twisted/plugins/startnode.py b/twisted/plugins/startnode.py index 3441caa..07aff42 100644 --- a/twisted/plugins/startnode.py +++ b/twisted/plugins/startnode.py @@ -31,7 +31,7 @@ class Options(usage.Options): u"Parsed as `dict()` and passed as **kwargs.\n\n" u"\b")], # so that Twisted wouldn't strip off the line endings before [default: ] ['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"],