commit 330b288ab6ab6d9a5f49c6ffcfd5d8d9f9900d30 Author: David Fifield david@bamsoftware.com Date: Sat May 18 19:16:09 2013 -0700
Fix option name --port (was --pass) in facilitator-reg.
Found by Arlo Breault in https://github.com/arlolra/flashproxy/commit/4638b12c6a1dd1b0ce64c29608081b2.... --- facilitator/facilitator-reg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/facilitator/facilitator-reg b/facilitator/facilitator-reg index c39eed5..b24b767 100755 --- a/facilitator/facilitator-reg +++ b/facilitator/facilitator-reg @@ -30,7 +30,7 @@ def main(): if o == "-h" or o == "--help": usage() sys.exit() - elif o == "-p" or o == "--pass": + elif o == "-p" or o == "--port": options.connect_port = int(a)
if len(args) != 0:
tor-commits@lists.torproject.org