From f49ddf8e5c5009702155fc62d83c63e3c08c594d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 19 Apr 2022 15:18:04 -0400 Subject: [PATCH] doc update --- docs/parsers/git_log.md | 4 ++-- jc/parsers/git_log.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/parsers/git_log.md b/docs/parsers/git_log.md index d178eb5f..1ad893bb 100644 --- a/docs/parsers/git_log.md +++ b/docs/parsers/git_log.md @@ -13,8 +13,8 @@ Can be used with the following format options: - `fuller` Additional options supported: -- --stat -- --shortstat +- `--stat` +- `--shortstat` Usage (cli): diff --git a/jc/parsers/git_log.py b/jc/parsers/git_log.py index 565a5131..08904ecb 100644 --- a/jc/parsers/git_log.py +++ b/jc/parsers/git_log.py @@ -8,8 +8,8 @@ Can be used with the following format options: - `fuller` Additional options supported: -- --stat -- --shortstat +- `--stat` +- `--shortstat` Usage (cli):