summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-20 13:22:37 +0200
committerSascha Grunert <Sascha.Grunert@rohde-schwarz.com>2016-10-20 13:22:37 +0200
commit0e90cd48c0107a7934b736590cda1ded91a10c93 (patch)
tree8baccec59d9e6c93df2d02a3066dd782cc2d3106
parent3f73db814b4d2053982fa5c9859ea750b0439ab8 (diff)
Changed : to =
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 60d70b5..60a7e28 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -218,7 +218,7 @@ impl GitJournal {
/// categories = ["Added", "Changed", "Fixed", "Improved", "Removed"]
///
/// # Set the characters where the categories are wrapped in
- /// category_delimiters: ["[", "]"]
+ /// category_delimiters = ["[", "]"]
///
/// # Set to false if the output should not be colored
/// colored_output = true
@@ -234,7 +234,7 @@ impl GitJournal {
/// excluded_commit_tags = []
///
/// # Enable or disable the output and accumulation of commit footers.
- /// enable_footers: false
+ /// enable_footers = false
///
/// # Show or hide the commit hash for every entry
/// show_commit_hash = false