Skip to content

Commit

Permalink
helpの出力を末尾句点なしに統一
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 3, 2024
1 parent 71e6e99 commit 8695207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_docker_image_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def main() -> None:
"--version",
type=str,
default="latest",
help="バージョン文字列。デフォルトブランチの場合、latest",
help="バージョン文字列。デフォルトブランチの場合、latest",
)
parser.add_argument(
"--prefix",
Expand Down

0 comments on commit 8695207

Please sign in to comment.