Improve pmtiles-serve CLI description

This commit is contained in:
Matt Riggott
2022-06-23 16:58:03 +00:00
parent cbc5f19083
commit e38dab965a

View File

@@ -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")