mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
Improve pmtiles-serve CLI description
This commit is contained in:
@@ -15,7 +15,7 @@ class ThreadingSimpleServer(ThreadingMixIn, http.server.HTTPServer):
|
||||
|
||||
|
||||
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("port", help="Port to bind to")
|
||||
|
||||
Reference in New Issue
Block a user