git format-patch --prefix does not exist, it is called --subject-prefix
Signed-off-by: Henning Schild <henning.schild@...>
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 81d09e243a30..b137be5bd47a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,7 +36,7 @@ Contribution Checklist
- post patches to mailing list (cip-dev@...) [**required**]
- use `git format-patch/send-email` if possible
- prefix patches with `[isar-cip-core]`, e.g. via
- `git format-patch --prefix="isar-cip-core][PATCH" ...`
+ `git format-patch --subject-prefix="isar-cip-core][PATCH" ...`
- send patches inline, do not append them
- no HTML emails!
- CC people who you think should look at the patches, e.g.
--
2.38.2