Skip to content

Commit 5161475

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Use true/false for keepSubscriptions documentation. (#18131)
Now that we support using true and false for booleans on the chip-tool command line, the docs should suggest that.
1 parent 2491e46 commit 5161475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chip-tool/commands/clusters/ReportCommand.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ class SubscribeEvent : public ReportCommand
534534
AddArgument("max-interval", 0, UINT16_MAX, &mMaxInterval, 0,
535535
"The requested maximum interval between reports. Sets MaxIntervalCeiling in the Subscribe Request.");
536536
AddArgument("keepSubscriptions", 0, 1, &mKeepSubscriptions,
537-
"0 - Terminate existing subscriptions from initiator.\n 1 - Otherwise.");
537+
"false - Terminate existing subscriptions from initiator.\n true - Leave existing subscriptions in place.");
538538
AddArgument("event-min", 0, UINT64_MAX, &mEventNumber);
539539
ReportCommand::AddArguments();
540540
}

0 commit comments

Comments
 (0)