As per subject.
gcc/c-family/ChangeLog:
* c.opt: Append a period to the message for
-fcontracts-client-check=.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
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 %<on%> or %<off%>)