fix default value of pyro ns host
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 30 Jan 2009 16:53:18 +0100
changeset 541 0d75cfe50f83
parent 540 e5c97f6f119d
child 542 46d4ff5aa917
fix default value of pyro ns host
toolsutils.py
--- a/toolsutils.py	Fri Jan 30 16:52:00 2009 +0100
+++ b/toolsutils.py	Fri Jan 30 16:53:18 2009 +0100
@@ -273,7 +273,7 @@
       }),
     ("host",
      {'short': 'H', 'type' : 'string', 'metavar': '<hostname>',
-      'default': 'all-in-one',
+      'default': None,
       'help': 'specify the name server\'s host name. Will be detected by \
 broadcast if not provided.',
       }),