From d99e8cb58de97d0ed478e292964952051a079fee Mon Sep 17 00:00:00 2001
From: Adam Waldenberg <adam.waldenberg@ejwa.se>
Date: Wed, 22 Jan 2014 00:46:14 +0100
Subject: [PATCH] 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.
---
 gitinspector/help.py                   | 8 ++++----
 gitinspector/translations/messages.pot | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gitinspector/help.py b/gitinspector/help.py
index 5a47740..666e108 100644
--- a/gitinspector/help.py
+++ b/gitinspector/help.py
@@ -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.
diff --git a/gitinspector/translations/messages.pot b/gitinspector/translations/messages.pot
index ce1ee00..2d9e9e3 100644
--- a/gitinspector/translations/messages.pot
+++ b/gitinspector/translations/messages.pot
@@ -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"