mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-01-03 19:32:16 +01:00
Help text now mentions support for multiple repos (See issue #24).
This commit is contained in:
parent
98615ccbfc
commit
7acf871ab1
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ from .extensions import DEFAULT_EXTENSIONS
|
||||||
from .format import __available_formats__
|
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
|
List information about the repository in REPOSITORY. If no repository is
|
||||||
specified, the current directory is used. If multiple repositories are
|
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.
|
Mandatory arguments to long options are mandatory for short options too.
|
||||||
Boolean arguments can only be given to long options.
|
Boolean arguments can only be given to long options.
|
||||||
|
|
Loading…
Reference in a new issue