We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76bc16 commit 28b8350Copy full SHA for 28b8350
1 file changed
README.md
@@ -5,8 +5,8 @@ Fetches geojson data based on LFV echarts and returns new buffer coordiantes bas
5
## Usage
6
7
```sh
8
-uv run coord-buffer -h
9
-usage: coord-buffer [-h] [-l] [--msid MSID] [-f INPUT_FILE] [-b BUFFER]
+uv run coord-buffer-cli -h
+usage: coord-buffer-cli [-h] [-l] [--msid MSID] [-f INPUT_FILE] [-b BUFFER]
10
11
Creates a specified buffer around user specified area.
12
@@ -19,4 +19,4 @@ options:
19
Path to a GeoJSON file with coordinates
20
-b BUFFER, --buffer BUFFER
21
Buffer size in NM (default: 0)
22
-```
+```
0 commit comments