go: Fix -fgo-embedcfg= option description.
authorJakub Jelinek <jakub@redhat.com>
Tue, 5 Jan 2021 15:13:20 +0000 (16:13 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 5 Jan 2021 15:13:20 +0000 (16:13 +0100)
commitf70289378721d970ea1cfc39a30565f88cedc788
tree8dfa7e43dac5872d75c2a70fe7087317aa7b6489
parent01da03c915f086fb9aa36b809c1a06a9f661533b
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=<file>        List embedded files via go:embed"
test even reports that.

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

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