From: Jakub Jelinek Date: Tue, 5 Jan 2021 15:13:20 +0000 (+0100) Subject: go: Fix -fgo-embedcfg= option description. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f70289378721d970ea1cfc39a30565f88cedc788;p=gcc.git go: Fix -fgo-embedcfg= option description. Description of options should be . terminated, the: FAIL: compiler driver --help=go option(s): "^ +-.*[^:.]$" absent from output: " -fgo-embedcfg= List embedded files via go:embed" test even reports that. 2021-01-05 Jakub Jelinek * lang.opt (fgo-embedcfg=): Add full stop at the end of description. --- diff --git a/gcc/go/lang.opt b/gcc/go/lang.opt index 7d6780eb0cd..c870acf8289 100644 --- a/gcc/go/lang.opt +++ b/gcc/go/lang.opt @@ -59,7 +59,7 @@ Go Joined RejectNegative fgo-embedcfg= Go Joined RejectNegative --fgo-embedcfg= List embedded files via go:embed +-fgo-embedcfg= List embedded files via go:embed. fgo-optimize- Go Joined