mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +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
|
||||
-r --responsibilities show which files the different authors seem
|
||||
most responsible for
|
||||
--since=DATE show statistics for commits more recent than a
|
||||
specific date
|
||||
--since=DATE only show statistics for commits more recent
|
||||
than a specific date
|
||||
-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
|
||||
-w show all statistical information in weeks
|
||||
instead of in months
|
||||
|
|
Loading…
Reference in a new issue