Override script name to display correct usage in cli help

This commit is contained in:
John Davis
2022-09-16 00:39:03 -04:00
parent 3c094790a1
commit 2aaf6b8896
+1
View File
@@ -87,6 +87,7 @@ def main() -> None:
)
parser = ArgumentParser(
prog="db.sh",
description="Common database schema migration operations",
epilog="Note: these operations are applied to the Galaxy model only (stored in the `gxy` branch)."
" For migrating the `tsi` branch, use the `run_alembic.sh` script.",