Skip to content

Commit

Permalink
Fix whitespace for help text
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Jun 8, 2022
1 parent 981fd1c commit 6868ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ Options:
separately. default: auto)
--always-granule-id / --never-granule-id
Include the granule id in metadata
filenames? (default: auto: include only for
multi-granule files).Beware that multi-
filenames? (default: auto -- include only
for multi-granule files). Beware that multi-
granule datasets without a granule id in the
filename will overwrite each-other
--provider [sinergise.com|esa.int]
Expand Down
2 changes: 1 addition & 1 deletion eodatasets3/prepare/sentinel_l1_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def granule_ids(self) -> Optional[List[str]]:
"always_granule_id",
is_flag=True,
default=None,
help="Include the granule id in metadata filenames? (default: auto: include only for multi-granule files)."
help="Include the granule id in metadata filenames? (default: auto -- include only for multi-granule files). "
"Beware that multi-granule datasets without a granule id in the filename will overwrite each-other",
)
@click.option(
Expand Down

0 comments on commit 6868ac6

Please sign in to comment.