From 00fe4ea94f3b9937c2413917b0e3e9cc064829fe Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 5 Oct 2023 14:35:14 -0600 Subject: [PATCH] fix: Fix help line about program --- osm_rawdata/importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osm_rawdata/importer.py b/osm_rawdata/importer.py index 057ff17..f1bf050 100755 --- a/osm_rawdata/importer.py +++ b/osm_rawdata/importer.py @@ -232,7 +232,7 @@ def main(): parser = argparse.ArgumentParser( prog="config", formatter_class=argparse.RawDescriptionHelpFormatter, - description="Parse YAML or JSON SQL config file", + description=Import data into a postgres database", epilog=""" This should only be run standalone for debugging purposes. """