From: Iain Sandoe Date: Wed, 28 Jan 2026 11:13:56 +0000 (+0000) Subject: options: Fix a missing period on and option message. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0dde45a3d0cd9fbf88b4b20515d477c555c335;p=thirdparty%2Fgcc.git options: Fix a missing period on and option message. As per subject. gcc/c-family/ChangeLog: * c.opt: Append a period to the message for -fcontracts-client-check=. Signed-off-by: Iain Sandoe --- diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt index 1f18e91541b..3d96a73ecee 100644 --- a/gcc/c-family/c.opt +++ b/gcc/c-family/c.opt @@ -1952,7 +1952,7 @@ Enum(client_contract_check) String(all) Value(2) fcontracts-client-check= C++ ObjC++ Joined RejectNegative Enum(client_contract_check) Var(flag_contract_client_check) Init (0) --fcontracts-client-check=[none|pre|all] Select which contracts will be checked on the client side for non virtual functions +-fcontracts-client-check=[none|pre|all] Select which contracts will be checked on the client side for non virtual functions. Enum Name(on_off) Type(int) UnknownError(argument %qs must be either % or %)