Skip to content

Commit

Permalink
gen-addon-readme: alias option for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 2, 2023
1 parent 58557dd commit f61c2fd
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 @@ -300,10 +300,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", help="git commit changes to README.rst, if any.")
@click.option(
Expand Down

0 comments on commit f61c2fd

Please sign in to comment.