Skip to content

Commit

Permalink
Use .ome.zarr in args help
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Dec 14, 2023
1 parent 282ac31 commit 74855f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero_zarr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def _configure(self, parser: Parser) -> None:
default="id",
choices=["id", "name"],
help=(
"How to name the Image or Plate zarr. Default 'id' is [ID].zarr. "
"How to name the Image or Plate zarr. Default 'id' is [ID].ome.zarr. "
"'name' is [NAME].ome.zarr"
),
)
Expand Down

0 comments on commit 74855f7

Please sign in to comment.