Skip to content

Commit 089dbf1

Browse files
committed
typo in doc
1 parent 60bdad2 commit 089dbf1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ tilesets upload-source <username> <source_id> ./path/to/multiple/files/
122122
### upload-raster-source
123123

124124
```shell
125-
tilesets upload-source-source <username> <source_id> <file>
125+
tilesets upload-raster-source <username> <source_id> <file>
126126
```
127127

128128
Uploads Raster files to a source for tiling. Accepts GeoTIFF, NetCDF and GRIB formats right now. Can be used to add data to a source or to replace all of the data in a source with the `--replace` flag.
@@ -134,6 +134,15 @@ Flags:
134134
- `--replace` [optional]: delete all existing source data and replace with data from the file
135135
- `--quiet` [optional]: do not display an upload progress bar
136136

137+
Usage
138+
139+
```shell
140+
# single file
141+
tilesets upload-raster-source <username> <source_id> ./file.tif
142+
143+
# multiple files
144+
tilesets upload-raster-source <username> <source_id> file-1.tif file-4.tif
145+
137146

138147
### _deprecated_ add-source
139148

0 commit comments

Comments
 (0)