Skip to content

Commit

Permalink
Update main.go help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyWills authored and program-- committed Jun 7, 2024
1 parent e9101f5 commit 73c31a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ Usage:
Examples:
hfsubset -o ./divides_nexus.gpkg \
-r "2.2" \
-t hl_uri \
-r "2.2" \
-t hl \
"Gages-06752260"
hfsubset -o ./poudre.gpkg -t hl_uri "Gages-06752260"
hfsubset -o ./poudre.gpkg -t hl "Gages-06752260"
# Using network-linked data index identifiers
hfsubset -o ./poudre.gpkg -t nldi "nwissite:USGS-08279500"
# Specifying layers and hydrofabric version
hfsubset -o ./divides_nexus.gpkg -r "2.2" -t hl_uri "Gages-06752260"
hfsubset -o ./divides_nexus.gpkg -r "2.2" -t hl "Gages-06752260"
# Finding data around a coordinate point
hfsubset -o ./sacramento_flowpaths.gpkg -t xy -121.494400,38.581573
Expand Down

0 comments on commit 73c31a9

Please sign in to comment.