[Xfce4-commits] [apps/catfish] 01/01: Add info on --path to help and manpage

noreply at xfce.org noreply at xfce.org
Sun Sep 2 13:56:39 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit f954e5d00a421ae7c1399aa59a4d057a532d9de9
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Sep 2 07:56:33 2018 -0400

    Add info on --path to help and manpage
---
 catfish.1           | 3 +++
 catfish/__init__.py | 2 +-
 po/catfish.pot      | 9 +++++++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/catfish.1 b/catfish.1
index d502566..d26eb4b 100644
--- a/catfish.1
+++ b/catfish.1
@@ -29,6 +29,9 @@ Use thumbnails
 \fB\-\-iso\-time\fR
 Display time in ISO format
 .TP
+\fB\-\-path\fR=\fI\,PATH\/\fR
+Set the default search path
+.TP
 \fB\-\-exact\fR
 Perform exact match
 .TP
diff --git a/catfish/__init__.py b/catfish/__init__.py
index 17b882c..0a5fa29 100644
--- a/catfish/__init__.py
+++ b/catfish/__init__.py
@@ -48,7 +48,7 @@ def parse_options():
     parser.add_option('', '--iso-time', action='store_true',
                       dest='time_iso', help=_('Display time in ISO format'))
     # Translators: Do not translate PATH, it is a variable.
-    parser.add_option('', '--path', help=optparse.SUPPRESS_HELP)
+    parser.add_option('', '--path', help=_("Set the default search path"))
     parser.add_option('', '--exact', action='store_true',
                       help=_('Perform exact match'))
     parser.add_option('', '--hidden', action='store_true',
diff --git a/po/catfish.pot b/po/catfish.pot
index a5e3234..5a1dbf9 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-15 06:27-0400\n"
+"POT-Creation-Date: 2018-09-02 07:56-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -229,7 +229,7 @@ msgid "Usage: %prog [options] path query"
 msgstr ""
 
 #: ../catfish/__init__.py:42
-msgid "Show debug messages (-vv debugs catfish_lib also)"
+msgid "Show debug messages (-vv will also debug catfish_lib)"
 msgstr ""
 
 #: ../catfish/__init__.py:45
@@ -244,6 +244,11 @@ msgstr ""
 msgid "Display time in ISO format"
 msgstr ""
 
+#. Translators: Do not translate PATH, it is a variable.
+#: ../catfish/__init__.py:51
+msgid "Set the default search path"
+msgstr ""
+
 #: ../catfish/__init__.py:53
 msgid "Perform exact match"
 msgstr ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list