mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
Fix help-message in test.
Add the ignore authors section added in #184 to the expected test output Fixes #185
This commit is contained in:
parent
eec6d53ce9
commit
b76dbd8add
|
|
@ -95,7 +95,9 @@ ADDITIONAL USAGE
|
|||
You can set _MENU_THEME to display the legacy color scheme
|
||||
ex: export _MENU_THEME=legacy
|
||||
You can set _GIT_BRANCH to set the branch of the stats
|
||||
ex: export _GIT_BRANCH=master"
|
||||
ex: export _GIT_BRANCH=master
|
||||
You can set _GIT_IGNORE_AUTHORS to filter out specific authors
|
||||
ex: export _GIT_IGNORE_AUTHORS=\"(author1|author2)\""
|
||||
|
||||
assert_raises "$src fail" 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue