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,