mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 11:22:15 +01:00
Slightly improved the documentation of the --until/since flags.
This commit is contained in:
parent
761bc10046
commit
466941047b
1 changed files with 3 additions and 3 deletions
6
help.py
6
help.py
|
@ -42,10 +42,10 @@ Mandatory arguments to long options are mandatory for short options too.
|
||||||
analysis of commits
|
analysis of commits
|
||||||
-r --responsibilities show which files the different authors seem
|
-r --responsibilities show which files the different authors seem
|
||||||
most responsible for
|
most responsible for
|
||||||
--since=DATE show statistics for commits more recent than a
|
--since=DATE only show statistics for commits more recent
|
||||||
specific date
|
than a specific date
|
||||||
-T, --timeline show commit timeline, including author names
|
-T, --timeline show commit timeline, including author names
|
||||||
--until=DATE show statistics for commits older than a
|
--until=DATE only show statistics for commits older than a
|
||||||
specific date
|
specific date
|
||||||
-w show all statistical information in weeks
|
-w show all statistical information in weeks
|
||||||
instead of in months
|
instead of in months
|
||||||
|
|
Loading…
Reference in a new issue