master
Guillaume Seguin 2012-08-04 10:44:32 +02:00
parent 24b7f97887
commit c164d0d144
1 changed files with 1 additions and 2 deletions

View File

@ -330,7 +330,6 @@ if __name__ == '__main__':
["help", "baud", "verbose", "statusreport"])
except getopt.GetoptError, err:
print str(err)
print help
sys.exit(2)
for o, a in opts:
if o in ('-h', '--help'):