[Commits] [SCM] claws branch, master, updated. 3.17.8-11-g72bc6f83e
paul at claws-mail.org
paul at claws-mail.org
Tue Dec 22 19:32:41 CET 2020
The branch, master has been updated
via 72bc6f83ed98e24f43bca01e5eba82b71c091dec (commit)
from dfb4cf27d9df2de52b8cbf49aa857200692a5b84 (commit)
Summary of changes:
doc/man/claws-mail.1 | 8 ++++----
src/main.c | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 72bc6f83ed98e24f43bca01e5eba82b71c091dec
Author: Paul <paul at claws-mail.org>
Date: Tue Dec 22 18:32:37 2020 +0000
fix info
diff --git a/doc/man/claws-mail.1 b/doc/man/claws-mail.1
index 4c8b2c2d8..621a3d771 100644
--- a/doc/man/claws-mail.1
+++ b/doc/man/claws-mail.1
@@ -380,16 +380,16 @@ section).
Toggle debug mode of the running Claws Mail instance.
.TP
\fB\-\-help\fR
-Display the help message and exit.
+Display the help message.
.TP
\fB\-\-version\fR
-Display version number and exit.
+Display version number.
.TP
\fB\-\-version\-full\fR
-Display version number and compiled\-in features then exit.
+Display version number and compiled\-in features.
.TP
\fB\-\-config\-dir\fR
-Display the CONFIG\-DIR and exit.
+Display the CONFIG\-DIR.
.TP
\fB\-\-alternate\-config\-dir\fR dir
Start Claws Mail with the configuration stored in the [dir] directory.
diff --git a/src/main.c b/src/main.c
index 00fbe4f6e..ff5bd38a0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2078,9 +2078,9 @@ static void parse_cmd_opt(int argc, char *argv[])
g_print("%s\n", _(" --exit --quit -q exit Claws Mail"));
g_print("%s\n", _(" --debug -d debug mode"));
g_print("%s\n", _(" --toggle-debug toggle debug mode"));
- g_print("%s\n", _(" --help -h display this help and exit"));
- g_print("%s\n", _(" --version -v output version information and exit"));
- g_print("%s\n", _(" --version-full -V output version and built-in features information and exit"));
+ g_print("%s\n", _(" --help -h display this help"));
+ g_print("%s\n", _(" --version -v output version information"));
+ g_print("%s\n", _(" --version-full -V output version and built-in features information"));
g_print("%s\n", _(" --config-dir output configuration directory"));
g_print("%s\n", _(" --alternate-config-dir directory\n"
" use specified configuration directory"));
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list