mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 19:01:08 +00:00
Merge pull request #50 from flother/pmtiles-serve-description
Improve pmtiles-serve CLI description
This commit is contained in:
@@ -15,7 +15,7 @@ class ThreadingSimpleServer(ThreadingMixIn, http.server.HTTPServer):
|
|||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="Convert between PMTiles and other archive formats."
|
description="HTTP server for PMTiles archives."
|
||||||
)
|
)
|
||||||
parser.add_argument("pmtiles_file", help="PMTiles archive to serve")
|
parser.add_argument("pmtiles_file", help="PMTiles archive to serve")
|
||||||
parser.add_argument("port", help="Port to bind to")
|
parser.add_argument("port", help="Port to bind to")
|
||||||
|
|||||||
Reference in New Issue
Block a user