From 7acf871ab1181c04d2008a897e8edf24aef78d88 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Sat, 31 Oct 2015 05:11:10 +0100 Subject: [PATCH] Help text now mentions support for multiple repos (See issue #24). --- gitinspector/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitinspector/help.py b/gitinspector/help.py index fe439d8..447dcb5 100644 --- a/gitinspector/help.py +++ b/gitinspector/help.py @@ -24,10 +24,10 @@ from .extensions import DEFAULT_EXTENSIONS from .format import __available_formats__ -__doc__ = _("""Usage: {0} [OPTION]... [REPOSITORY] +__doc__ = _("""Usage: {0} [OPTION]... [REPOSITORY]... List information about the repository in REPOSITORY. If no repository is specified, the current directory is used. If multiple repositories are -given, information will be fetched from the last repository specified. +given, information will be merged into a unified statistical report. Mandatory arguments to long options are mandatory for short options too. Boolean arguments can only be given to long options.