Improve --patches documentation and regenerate README.md

This commit is contained in:
Michal Sojka 2024-12-23 00:16:08 +01:00
parent dc3de1f289
commit 773c31d355
2 changed files with 11 additions and 4 deletions

View file

@ -250,7 +250,7 @@ def ros2nix(args):
parser.add_argument(
"--patches",
action=argparse.BooleanOptionalAction,
help="""Add git commits not present in git remote named "origin" as patches in the """
help="""Add local git commits not present in git remote named "origin" to patches in the """
"""generated Nix expression. Only allowed with --fetch. This option is experimental """
"""and may be changed in the future.""",
)