[Xfce4-commits] [apps/catfish] 01/01: Tidy up manpage
noreply at xfce.org
noreply at xfce.org
Sun Sep 2 13:52:49 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 6ae5045a41256f9649215d736ccb9adaa45a4530
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Sep 2 07:52:44 2018 -0400
Tidy up manpage
---
catfish.1 | 6 +++---
catfish/__init__.py | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/catfish.1 b/catfish.1
index c4b9b9b..d502566 100644
--- a/catfish.1
+++ b/catfish.1
@@ -12,13 +12,13 @@ You can configure it to your needs by using several command line options.
.SH OPTIONS
.TP
\fB\-\-version\fR
-show program's version number and exit
+Show the version number and exit
.TP
\fB\-h\fR, \fB\-\-help\fR
-show this help message and exit
+Show the help message and exit
.TP
\fB\-v\fR, \fB\-\-verbose\fR
-Show debug messages (\fB\-vv\fR debugs catfish_lib also)
+Show debug messages (\fB\-vv\fR will also debug catfish_lib)
.TP
\fB\-\-large\-icons\fR
Use large icons
diff --git a/catfish/__init__.py b/catfish/__init__.py
index 364c157..17b882c 100644
--- a/catfish/__init__.py
+++ b/catfish/__init__.py
@@ -39,7 +39,7 @@ def parse_options():
usage=usage)
parser.add_option(
"-v", "--verbose", action="count", dest="verbose",
- help=_("Show debug messages (-vv debugs catfish_lib also)"))
+ help=_("Show debug messages (-vv will also debug catfish_lib)"))
parser.add_option('', '--large-icons', action='store_true',
dest='icons_large', help=_('Use large icons'))
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list