Skip to content

Commit

Permalink
Merge pull request #577 from acsone/rename-option-sbi
Browse files Browse the repository at this point in the history
gen-addon-readme: alias option for clarity
  • Loading branch information
sbidoul committed Sep 2, 2023
2 parents 9a5d4cb + f61c2fd commit 417169e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/gen_addon_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,12 @@ def _source_digest_match(readme_filename, source_digest):
"generated for all installable addons found there.",
)
@click.option(
"--if-source-changed",
"--if-fragments-changed",
"if_fragments_changed",
is_flag=True,
default=False,
help="Only generate if source fragment changed.",
help="Only generate if source fragments or manifest changed.",
)
@click.option(
"--commit/--no-commit",
Expand Down

0 comments on commit 417169e

Please sign in to comment.