We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8751e24 commit 8246f0eCopy full SHA for 8246f0e
examples/tv-app/tv-common/shell/AppTvShellCommands.cpp
@@ -208,9 +208,10 @@ static CHIP_ERROR PrintAllCommands()
208
streamer_printf(sout,
209
" app install <vid> <pid> Install app with given vendor ID and product ID. Usage: app install "
210
"65521 32768\r\n");
211
- streamer_printf(sout,
212
- " app uninstall <vid> <pid> Uinstall app at given vendor ID and product ID. Usage: app uninstall "
213
- "65521 32768\r\n");
+ streamer_printf(
+ sout,
+ " app uninstall <vid> <pid> Uinstall app at given vendor ID and product ID. Usage: app uninstall "
214
+ "65521 32768\r\n");
215
streamer_printf(
216
sout,
217
" app setinstallstatus <vid> <pid> Set app's installation status for a given vendor ID and product ID. "
0 commit comments