From c8ff0e04bf28d280a70ab0f4d6c989ca27a0f02b Mon Sep 17 00:00:00 2001 From: James Swan <122404367+swan-amazon@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:25:39 +0000 Subject: [PATCH] [doc] Clarify required arguments for T&C acknowledgements Update help text for require-tc-acknowledgements to explicitly state which arguments must be provided when T&C acknowledgements are required. Instead of the vague "valid T&C acknowledgements", now specifically mentions that both tc-acknowledgements and tc-acknowledgements-version arguments are mandatory for successful commissioning when this option is enabled. --- examples/chip-tool/commands/pairing/PairingCommand.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chip-tool/commands/pairing/PairingCommand.h b/examples/chip-tool/commands/pairing/PairingCommand.h index 4fc0929d2bbc33..b6903e34d53529 100644 --- a/examples/chip-tool/commands/pairing/PairingCommand.h +++ b/examples/chip-tool/commands/pairing/PairingCommand.h @@ -205,8 +205,8 @@ class PairingCommand : public CHIPCommand, AddArgument("require-tc-acknowledgements", 0, 1, &mRequireTCAcknowledgements, "Indicates whether Terms and Conditions acknowledgements are required during commissioning. If set to " - "true, the commissioner must provide valid T&C acknowledgements or the commissioning will fail. If false, " - "the T&C acknowledgement step will be skipped."); + "true, the tc-acknowledgements and tc-acknowledgements-version arguments must be provided for the " + "commissioning to succeed. If false, the T&C acknowledgement step will be skipped."); AddArgument("tc-acknowledgements", 0, UINT16_MAX, &mTCAcknowledgements, "Bit-field value indicating which Terms and Conditions have been accepted by the user. This value is sent "