toolsutils.py
changeset 541 0d75cfe50f83
parent 0 b97547f5f1fa
child 1132 96752791c2b6
equal deleted inserted replaced
540:e5c97f6f119d 541:0d75cfe50f83
   271       'help': 'automatically give <password> for authentication instead of \
   271       'help': 'automatically give <password> for authentication instead of \
   272 being prompted to give it.',
   272 being prompted to give it.',
   273       }),
   273       }),
   274     ("host",
   274     ("host",
   275      {'short': 'H', 'type' : 'string', 'metavar': '<hostname>',
   275      {'short': 'H', 'type' : 'string', 'metavar': '<hostname>',
   276       'default': 'all-in-one',
   276       'default': None,
   277       'help': 'specify the name server\'s host name. Will be detected by \
   277       'help': 'specify the name server\'s host name. Will be detected by \
   278 broadcast if not provided.',
   278 broadcast if not provided.',
   279       }),
   279       }),
   280     )
   280     )
   281 
   281