mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Improve --patches documentation and regenerate README.md
This commit is contained in:
parent
dc3de1f289
commit
773c31d355
2 changed files with 11 additions and 4 deletions
|
@ -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.""",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue