Index: sodar/trunk/plotSodar.py =================================================================== --- sodar/trunk/plotSodar.py (revision 161) +++ sodar/trunk/plotSodar.py (revision 162) @@ -230,9 +230,5 @@ def _main(): - """bin/python %prog [options] \ - /path/to/raw/files/ \ - /path/to/plots/ \ - /path/to/latest/plot/ \ - /path/to/catalog/""" + """bin/python %prog [options] /path/to/raw/files/ /path/to/plots/ /path/to/latest/plot/ /path/to/catalog/""" __description__ = 'Plot all sodar raw data files.' @@ -241,5 +237,5 @@ version='%prog 1.0', description=__description__) - parser.set_defaults(forceUpdate=False) + parser.set_defaults(force=False) parser.add_option('-f', '--force-update', action='store_true',