From feb435aeff143cbce3631881ec8066d3f272d109 Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Mon, 19 Apr 2021 14:15:55 -0700 Subject: [PATCH] Fix DCO CLI example in CONTRIBUTING.md (#576) Signed-off-by: Tyler Ohlsen --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b9cc9d5152639..2fa349d12bc6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ Each commit must include a DCO which looks like this ``` Signed-off-by: Jane Smith ``` -You may type this line on your own when writing your commit messages. However, if your user.name and user.email are set in your git configs, you can use `-s` or `– – signoff` to add the `Signed-off-by` line to the end of the commit message. +You may type this line on your own when writing your commit messages. However, if your user.name and user.email are set in your git configs, you can use `-s` or `--signoff` to add the `Signed-off-by` line to the end of the commit message. ## Review Process