On Tue, Jan 05, 2021 at 11:06:27AM +0100, Andreas Schwab wrote:
> FAIL: compiler driver --help=go option(s): "^ +-.*[^:.]$" absent from output: 
> "  -fgo-embedcfg=<file>        List embedded files via go:embed"

Fixed thusly, committed as obvious.

2021-01-05  Jakub Jelinek  <ja...@redhat.com>

        * lang.opt (fgo-embedcfg=): Add full stop at the end of description.

--- gcc/go/lang.opt.jj  2021-01-05 09:17:24.754566798 +0100
+++ gcc/go/lang.opt     2021-01-05 16:11:22.647352215 +0100
@@ -59,7 +59,7 @@ Go Joined RejectNegative
 
 fgo-embedcfg=
 Go Joined RejectNegative
--fgo-embedcfg=<file>   List embedded files via go:embed
+-fgo-embedcfg=<file>   List embedded files via go:embed.
 
 fgo-optimize-
 Go Joined

        Jakub

Reply via email to