Merge "fix bug 911681"

This commit is contained in:
Jenkins 2012-01-05 02:48:23 +00:00 committed by Gerrit Code Review
commit b7796ecd8c
2 changed files with 2 additions and 2 deletions

View File

@ -38,5 +38,6 @@ Thierry Carrez <thierry@openstack.org>
Tom Hancock <tom.hancock@hp.com>
William Wolf <throughnothing@gmail.com>
Vishvananda Ishaya <vishvananda@gmail.com>
Yaguang Tang <heut2008@gmail.com>
Yuriy Taraday <yorik.sar@gmail.com>
Zhongyue Luo <lzyeval@gmail.com>

View File

@ -26,7 +26,6 @@ from __future__ import with_statement
import errno
import gettext
import os
import optparse
import resource
import signal
import sys
@ -190,7 +189,7 @@ if __name__ == '__main__':
args = conf()
if len(args) < 2:
oparser.print_usage()
conf.print_usage()
sys.exit(1)
server = args.pop(0).lower()