netrpc flip default

bzr revid: al@openerp.com-20121209185442-1kgtc0hvds4fpng0
This commit is contained in:
Antony Lesuisse 2012-12-09 19:54:42 +01:00
parent 3d3eac7c50
commit 0cfa89dff7
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class configmanager(object):
help="specify the TCP IP address for the NETRPC protocol")
group.add_option("--netrpc-port", dest="netrpc_port", my_default=8070,
help="specify the TCP port for the NETRPC protocol", type="int")
group.add_option("--no-netrpc", dest="netrpc", action="store_false", my_default=True,
group.add_option("--netrpc", dest="netrpc", action="store_true", my_default=False,
help="disable the NETRPC protocol")
parser.add_option_group(group)