Skip to content

Commit

Permalink
fix: Fix help line about program
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Oct 5, 2023
1 parent b6273d9 commit 00fe4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_rawdata/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 00fe4ea

Please sign in to comment.