We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7386075 commit d683481Copy full SHA for d683481
examples/tv-app/tv-common/shell/AppTvShellCommands.cpp
@@ -210,7 +210,7 @@ static CHIP_ERROR PrintAllCommands()
210
streamer_printf(sout, " print-app-access Print all ACLs for app platform fabric. Usage: app print-app-access\r\n");
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");
213
-
+
214
streamer_printf(sout,
215
" commission <udc-entry> Commission given udc-entry using given pincode from corresponding app. Usage: "
216
"app commission 0\r\n");
0 commit comments