Slightly improved the documentation of the --until/since flags.

This commit is contained in:
Adam Waldenberg 2013-06-12 18:15:14 +02:00
parent 761bc10046
commit 466941047b
1 changed files with 3 additions and 3 deletions

View File

@ -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