diff --git a/pyCECT.py b/pyCECT.py index f273909..9b11cc1 100755 --- a/pyCECT.py +++ b/pyCECT.py @@ -32,6 +32,7 @@ def main(argv): try: opts, args = getopt.getopt(argv, 'h', optkeys) except getopt.GetoptError: + print(getopt.GetoptError) pyEnsLib.CECT_usage() sys.exit(2) diff --git a/pyEnsLib.py b/pyEnsLib.py index ce71443..f65ae2c 100644 --- a/pyEnsLib.py +++ b/pyEnsLib.py @@ -1766,7 +1766,7 @@ def CECT_usage(): ' --printStdMean : print out variables that fall outside of the global mean ensemble distribution (off by default for a pass)' ) print( - ' --saveResults savefile : save a netcdf file with scores and std global means from the test runs (savefile). ' + ' --saveResults savefile : save a netcdf file with scores and std global means from the test runs (savefile). ' ) print( ' --eet : enable Ensemble Exhaustive Test (EET) to compute failure percent of runs (greater than or equal to numRunFile)'