[FIX] CRM : Mailgate script added option -he was conflicting,improved

bzr revid: jvo@tinyerp.com-20091009052100-sh7y0361763v6th8
This commit is contained in:
Jay (Open ERP) 2009-10-09 10:51:00 +05:30
parent f895d6718c
commit 829dee02d8
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ if __name__ == '__main__':
parser.add_option("-s", "--section", dest="section", help="ID or code of the case section", default="support")
parser.add_option("-m", "--default", dest="default", help="Default eMail in case of any trouble.", default=None)
parser.add_option("-d", "--dbname", dest="dbname", help="Database name (default: terp)", default='terp')
parser.add_option("-h", "--host", dest="host", help="Hostname of the Open ERP Server", default="localhost")
parser.add_option("--host", dest="host", help="Hostname of the Open ERP Server", default="localhost")
(options, args) = parser.parse_args()