From 527ae1c1ca8d0091b6034b5d600c67a3291dbac7 Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Sat, 7 Jun 2008 15:30:15 +0200 Subject: [PATCH] Change 'PATHS' to 'COMMIT COMMIT' in the usage text Since we want two commit identifiers, we should say so in the usage text, instead of paths. --- src/git_stats/diff.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/git_stats/diff.py b/src/git_stats/diff.py index cfdd293..14ffa07 100644 --- a/src/git_stats/diff.py +++ b/src/git_stats/diff.py @@ -388,8 +388,8 @@ def dispatch(*args): "-e", "--equals", type="commit", nargs=2, - help="show whether the two diffs for the specified commits match", - metavar="PATHS") + help="show whether the two diffs for the specified commits match", + metavar="COMMIT COMMIT") parser.add_option( "-t", "--threshold", -- 2.11.4.GIT