File tree 1 file changed +3
-1
lines changed
examples/tv-app/tv-common/shell
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,9 @@ static CHIP_ERROR PrintAllCommands()
209
209
#if CHIP_DEVICE_CONFIG_ENABLE_BOTH_COMMISSIONER_AND_COMMISSIONEE
210
210
streamer_printf (sout, " print-app-access Print all ACLs for app platform fabric. Usage: app print-app-access\r\n " );
211
211
streamer_printf (sout, " remove-app-access Remove all ACLs for app platform fabric. Usage: app remove-app-access\r\n " );
212
- streamer_printf (sout, " print-installed-apps Print all installed content apps with their endpoints. Usage: app print-installed-apps\r\n " );
212
+ streamer_printf (
213
+ sout,
214
+ " print-installed-apps Print all installed content apps with their endpoints. Usage: app print-installed-apps\r\n " );
213
215
214
216
streamer_printf (sout,
215
217
" commission <udc-entry> Commission given udc-entry using given pincode from corresponding app. Usage: "
You can’t perform that action at this time.
0 commit comments