mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Override script name to display correct usage in cli help
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user