[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-925-gbc0109313

paul at claws-mail.org paul at claws-mail.org
Tue Feb 11 16:06:42 CET 2020


The branch, gtk3 has been updated
       via  bc0109313b4fe76dddf85b757ebd6eee4d844838 (commit)
       via  9af34e2de13e4c3c6709e424ef4d57ee567b2fc1 (commit)
      from  60065d28b342c730075efa49720900e59ba4c0e7 (commit)

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


- Log -----------------------------------------------------------------
commit bc0109313b4fe76dddf85b757ebd6eee4d844838
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 864a91521..81b2bfab4 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 166dc92a7..6dfabdfc3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1979,7 +1979,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"));
@@ -2014,7 +2014,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"));

commit 9af34e2de13e4c3c6709e424ef4d57ee567b2fc1
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 85ec7a9bb..864a91521 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

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list