protomaps / go-pmtiles

Single-file executable tool for working with PMTiles archives
BSD 3-Clause "New" or "Revised" License
350 stars 48 forks source link

Invalid help comment for download command #154

Open sylvaingaudan opened 5 months ago

sylvaingaudan commented 5 months ago

Current is "Upload a local archive to remote storage" while the action is downloading a remote archive to a local file Could be "Download a remote archive to a local storage"

https://github.com/protomaps/go-pmtiles/blob/7c37b2659ea317ed658e05e26f1007df63327539/main.go#L101

bdon commented 5 months ago

Download currently isn't implemented so please ignore this functionality for now.