Skip to content

Commit

Permalink
correcting table width
Browse files Browse the repository at this point in the history
  • Loading branch information
kasra-keshavarz committed May 31, 2022
1 parent c8ab046 commit 861f932
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ Script options:
-i, --dataset-dir=DIR The source path of the dataset file(s)
-v, --variable=var1[,var2[...]] If applicable, variables to process
-o, --output-dir=DIR Writes processed files to DIR
-s, --start-date=DATE If applicable, start date of the forcing
-s, --start-date=DATE If applicable, start date of the GeoTIFF
data; optional
-e, --end-date=DATE If applicable, end date of the GeoTIFF
data; optional
-e, --end-date=DATE If applicable, end date of the forcing data; optional
-l, --lat-lims=REAL,REAL Latitude's upper and lower bounds; optional
-n, --lon-lims=REAL,REAL Longitude's upper and lower bounds; optional
-p, --shape-file=PATH Path to the ESRI '.shp' file; optional
Expand All @@ -28,7 +29,8 @@ Script options:
'stdev';'coefficient_of_variation';'frac';
-p, --prefix=STR Prefix prepended to the output files
-c, --cache=DIR Path of the cache directory; optional
-E, --email=STR E-mail when job starts, ends, and finishes; optional
-E, --email=STR E-mail when job starts, ends, and
finishes; optional
-V, --version Show version
-h, --help Show this screen and exit
```
Expand Down

0 comments on commit 861f932

Please sign in to comment.