The help text now talks about repositories instead of directories.

This makes more sense now that gitinspector supports remote repositories
in addition to repositories in the local file system.
This commit is contained in:
Adam Waldenberg 2014-01-22 00:46:14 +01:00
parent d8bdbe9f6f
commit d99e8cb58d
2 changed files with 8 additions and 8 deletions

View File

@ -23,10 +23,10 @@ from extensions import DEFAULT_EXTENSIONS
from format import __available_formats__
import sys
__doc__ = _("""Usage: {0} [OPTION]... [DIRECTORY]
List information about the repository in DIRECTORY. If no directory is
specified, the current directory is used. If multiple directories are
given, information will be fetched from the last directory specified.
__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.
Mandatory arguments to long options are mandatory for short options too.
Boolean arguments can only be given to long options.

View File

@ -143,10 +143,10 @@ msgstr ""
#, python-brace-format
msgid ""
"Usage: {0} [OPTION]... [DIRECTORY]\n"
"List information about the repository in DIRECTORY. If no directory is\n"
"specified, the current directory is used. If multiple directories are\n"
"given, information will be fetched from the last directory specified.\n"
"Usage: {0} [OPTION]... [REPOSITORY]\n"
"List information about the repository in REPOSITORY. If no repository is\n"
"specified, the current directory is used. If multiple repositories are\n"
"given, information will be fetched from the last repository specified.\n"
"\n"
"Mandatory arguments to long options are mandatory for short options too.\n"
"Boolean arguments can only be given to long options.\n"