[Commits] [SCM] claws branch, master, updated. 3.17.4-94-gd3978c41f

wwp at claws-mail.org wwp at claws-mail.org
Tue Feb 11 15:57:12 CET 2020


The branch, master has been updated
       via  d3978c41f4fa6800d0ebe32bdf36ff7d5b79ebbe (commit)
       via  12078731e612b1eebdbfcb04b1586af5b0c5d494 (commit)
      from  7fb7227cac8823bd7ae350e92eb43871b53712a8 (commit)

Summary of changes:
 doc/man/claws-mail.1 | 6 +++---
 src/main.c           | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit d3978c41f4fa6800d0ebe32bdf36ff7d5b79ebbe
Author: wwp <subscript at free.fr>
Date:   Tue Feb 11 15:56:36 2020 +0100

    Update copyright year to 2020 in manual.

diff --git a/doc/man/claws-mail.1 b/doc/man/claws-mail.1
index 3ce422b3d..81b2bfab4 100644
--- a/doc/man/claws-mail.1
+++ b/doc/man/claws-mail.1
@@ -431,7 +431,7 @@ You can search for existing bugs and report new ones on Claws Mail bugzilla:
 .SH "COPYRIGHT"
 .LP
 .TP
-1999\-2017 The Claws Mail team and Hiroyuki Yamamoto
+1999\-2020 The Claws Mail team and Hiroyuki Yamamoto
 .LP
 Portions are also Copyright:
 .br

commit 12078731e612b1eebdbfcb04b1586af5b0c5d494
Author: wwp <subscript at free.fr>
Date:   Tue Feb 11 15:55:51 2020 +0100

    Fix help about command-line arguments that do require a parameter.

diff --git a/doc/man/claws-mail.1 b/doc/man/claws-mail.1
index 85ec7a9bb..3ce422b3d 100644
--- a/doc/man/claws-mail.1
+++ b/doc/man/claws-mail.1
@@ -97,7 +97,7 @@ This list is not complete.
 .br
 \fB \-\-compose\-from\-file\fR file
 .br
-\fB \-\-subscribe\fR [uri]
+\fB \-\-subscribe\fR uri
 .br
 \fB \-\-attach file1 [file2]...\fR
 .br
@@ -143,7 +143,7 @@ This list is not complete.
 .br
 \fB \-\-config\-dir\fR
 .br
-\fB \-\-alternate\-config\-dir [dir]\fR
+\fB \-\-alternate\-config\-dir directory\fR
 .br
 \fB \-\-geometry WxH+X+Y\fR
 
diff --git a/src/main.c b/src/main.c
index 91ad338e2..8e2f2948c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1985,7 +1985,7 @@ static void parse_cmd_opt(int argc, char *argv[])
 			  	  	  "                         use - as file name for reading from standard input;\n"
 			  	  	  "                         content format: headers first (To: required) until an\n"
 				  	  "                         empty line, then mail body until end of file."));
-			g_print("%s\n", _("  --subscribe [uri]      subscribe to the given URI if possible"));
+			g_print("%s\n", _("  --subscribe uri        subscribe to the given URI if possible"));
 			g_print("%s\n", _("  --attach file1 [file2]...\n"
 					  "                         open composition window with specified files\n"
 					  "                         attached"));
@@ -2020,7 +2020,7 @@ static void parse_cmd_opt(int argc, char *argv[])
 			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", _("  --config-dir           output configuration directory"));
-			g_print("%s\n", _("  --alternate-config-dir [dir]\n"
+			g_print("%s\n", _("  --alternate-config-dir directory\n"
 			                  "                         use specified configuration directory"));
 			g_print("%s\n", _("  --geometry -geometry WxH+X+Y\n"
 					  "                         set geometry for main window"));

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list