diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-02-23 15:27:31 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-02-23 15:27:31 +0100 |
commit | 9f9a7095d910379cd86ac45f81c79b363f859996 (patch) | |
tree | ffbcefac3c05b335a4f68ed12f5723aa968b3b0a /gcc/c-family | |
parent | 68e7489b6c1035c69ee008a63d3d56e89fafbb30 (diff) | |
download | gcc-9f9a7095d910379cd86ac45f81c79b363f859996.zip gcc-9f9a7095d910379cd86ac45f81c79b363f859996.tar.gz gcc-9f9a7095d910379cd86ac45f81c79b363f859996.tar.bz2 |
c++: Fix up -fcontracts option description [PR108890]
This translation PR mentioned the description is a little bit weird.
2023-02-23 Jakub Jelinek <jakub@redhat.com>
PR translation/108890
* c.opt (fcontracts): Fix description.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/c.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index c0fea56..3333cdd 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1689,7 +1689,7 @@ C++ ObjC++ Joined RejectNegative Host_Wide_Int Var(constexpr_ops_limit) Init(335 fcontracts C++ ObjC++ Var(flag_contracts) Init(0) -Enable certain features present drafts of C++ Contracts. +Enable certain features present in drafts of C++ Contracts. Enum Name(on_off) Type(int) UnknownError(argument %qs must be either %<on%> or %<off%>) |