Skip to content

Commit

Permalink
[DOCS] Fix DCO CLI example in CONTRIBUTING.md (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler authored and kavilla committed May 21, 2021
1 parent 981bcfd commit 22eea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Each commit must include a DCO which looks like this
Signed-off-by: Richie Cunningham <[email protected]>
```

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

Expand Down

0 comments on commit 22eea29

Please sign in to comment.