From 466941047b77f71879f21e4a21de62d944b52411 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Wed, 12 Jun 2013 18:15:14 +0200 Subject: [PATCH] Slightly improved the documentation of the --until/since flags. --- help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/help.py b/help.py index 8989e70..362a06f 100644 --- a/help.py +++ b/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