Fix DCO CLI example in CONTRIBUTING.md (#576)

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
This commit is contained in:
Tyler Ohlsen 2021-04-19 14:15:55 -07:00 committed by GitHub
parent 0ba0e7cc26
commit feb435aeff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ Each commit must include a DCO which looks like this
```
Signed-off-by: Jane Smith <jane.smith@email.com>
```
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