Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38f3d498 authored by Avichal Rakesh's avatar Avichal Rakesh
Browse files

Fix help message for watch command

Bug: 199746421
Test: Manually Tested
Change-Id: I11d1779920c8c6ba52d50b13715cfab44b2597c6
parent b7c5a62e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4975,7 +4975,7 @@ status_t CameraService::printHelp(int out) {
        "      Valid values 0=OFF, 1=ON for JPEG\n"
        "  get-image-dump-mask returns the current image-dump-mask value\n"
        "  set-camera-mute <0/1> enable or disable camera muting\n"
        "  watch <start|stop|dump|live> manages tag monitoring in connected clients\n"
        "  watch <start|stop|dump|print> manages tag monitoring in connected clients\n"
        "  help print this message\n");
}