fix info
authorPaul <paul@claws-mail.org>
Tue, 22 Dec 2020 18:32:37 +0000 (18:32 +0000)
committerPaul <paul@claws-mail.org>
Tue, 22 Dec 2020 18:32:37 +0000 (18:32 +0000)
doc/man/claws-mail.1
src/main.c

index 4c8b2c2d8fde436a91954fd9a88120999be9beb3..621a3d77191c517d1bd04c98ca6c5e1d0f5a9ad2 100644 (file)
@@ -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.
index 00fbe4f6e62f1b9a8f63aa0f21be1a944097f1ee..ff5bd38a03063f65e823d1ddc827b3efe64b691c 100644 (file)
@@ -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"));