Skip to content

Commit 861f932

Browse files
correcting table width
1 parent c8ab046 commit 861f932

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ Script options:
1313
-i, --dataset-dir=DIR The source path of the dataset file(s)
1414
-v, --variable=var1[,var2[...]] If applicable, variables to process
1515
-o, --output-dir=DIR Writes processed files to DIR
16-
-s, --start-date=DATE If applicable, start date of the forcing
16+
-s, --start-date=DATE If applicable, start date of the GeoTIFF
17+
data; optional
18+
-e, --end-date=DATE If applicable, end date of the GeoTIFF
1719
data; optional
18-
-e, --end-date=DATE If applicable, end date of the forcing data; optional
1920
-l, --lat-lims=REAL,REAL Latitude's upper and lower bounds; optional
2021
-n, --lon-lims=REAL,REAL Longitude's upper and lower bounds; optional
2122
-p, --shape-file=PATH Path to the ESRI '.shp' file; optional
@@ -28,7 +29,8 @@ Script options:
2829
'stdev';'coefficient_of_variation';'frac';
2930
-p, --prefix=STR Prefix prepended to the output files
3031
-c, --cache=DIR Path of the cache directory; optional
31-
-E, --email=STR E-mail when job starts, ends, and finishes; optional
32+
-E, --email=STR E-mail when job starts, ends, and
33+
finishes; optional
3234
-V, --version Show version
3335
-h, --help Show this screen and exit
3436
```

0 commit comments

Comments
 (0)