Skip to content

Commit

Permalink
Fixing help messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zakaznikov committed Oct 2, 2024
1 parent df3e670 commit 71ca826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testflows/github/hetzner/runners/bin/github-hetzner-runners
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def argparser():
images_parser = commands.add_parser(
"images",
help="images commands",
description="images commands.",
description="Images commands.",
formatter_class=RawTextHelpFormatter,
)

Expand Down Expand Up @@ -1009,7 +1009,7 @@ def argparser():
delete_image_parser = images_commands.add_parser(
"delete",
help="delete image",
description="Delete image. Only images of type snapshot and backup can be deleted.",
description="Delete image.\n\nOnly images of type snapshot and backup can be deleted.",
formatter_class=RawTextHelpFormatter,
)

Expand Down

0 comments on commit 71ca826

Please sign in to comment.