Skip to content

Commit

Permalink
add --repository argument help
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 3, 2024
1 parent a7d0ce4 commit ca8b31b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/generate_docker_image_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def main() -> None:
"--repository",
type=str,
required=True,
help="Dockerリポジトリ名(例: voicevox/voicevox_engine)",
)
parser.add_argument(
"--version",
Expand Down

0 comments on commit ca8b31b

Please sign in to comment.