From 9f9a7095d910379cd86ac45f81c79b363f859996 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 23 Feb 2023 15:27:31 +0100 Subject: c++: Fix up -fcontracts option description [PR108890] This translation PR mentioned the description is a little bit weird. 2023-02-23 Jakub Jelinek PR translation/108890 * c.opt (fcontracts): Fix description. --- gcc/c-family/c.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index c0fea56a8f5..3333cddeece 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 % or %) -- cgit v1.2.1