From d817865575defbf206b41ddbd679f443e48a1380 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Wed, 10 Mar 2021 17:47:06 +0100 Subject: [PATCH] git-date.py: clarify the usage help text --- dev-utils/git-date.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-utils/git-date.py b/dev-utils/git-date.py index b58a33f..dc3df7d 100755 --- a/dev-utils/git-date.py +++ b/dev-utils/git-date.py @@ -246,8 +246,9 @@ using the 'repositories' variable.""".format(progname=PROGNAME), find commits before this date""") parser.add_argument('cmdRepos', metavar="REPOSITORY", nargs='*', help="""\ - path to a repository to act on (as many arguments of this type as desired - can be given)""") + path to a repository to act on (actually, each REPOSITORY argument may be + of the form LABEL=PATH in order to assign a label to the repository). + There can be an arbitrary number of these arguments.""") parser.add_argument('--help', action="help", help="display this message and exit") parser.add_argument('--version', action='version',