From bd4c0087c16f71f3bc38637f8490bc5c55d47138 Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Mon, 29 Aug 2022 10:58:17 -0700 Subject: [PATCH] add missing node id (#22203) --- examples/chip-tool/commands/clusters/SubscriptionsCommands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/chip-tool/commands/clusters/SubscriptionsCommands.h b/examples/chip-tool/commands/clusters/SubscriptionsCommands.h index 2c4d96a71edd26..7fabd8c24ecf1b 100644 --- a/examples/chip-tool/commands/clusters/SubscriptionsCommands.h +++ b/examples/chip-tool/commands/clusters/SubscriptionsCommands.h @@ -27,7 +27,8 @@ class ShutdownSubscription : public CHIPCommand { public: ShutdownSubscription(CredentialIssuerCommands * credsIssuerConfig) : - CHIPCommand("shutdown-one", credsIssuerConfig, "Shut down a single subscription, identified by its subscription id.") + CHIPCommand("shutdown-one", credsIssuerConfig, + "Shut down a single subscription, identified by its subscription id and target node id.") { AddArgument("subscription-id", 0, UINT64_MAX, &mSubscriptionId); AddArgument("node-id", 0, UINT64_MAX, &mNodeId,