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

Commit 5590c983 authored by Christine Franks's avatar Christine Franks Committed by Android (Google) Code Review
Browse files

Merge "Fix order of params in color display help doc" into sc-dev

parents e363bcdb a0987f14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ class ColorDisplayShellCommand extends ShellCommand {
            + "      Shows this message.\n"
            + "    set-saturation LEVEL\n"
            + "      Sets the device saturation to the given LEVEL, 0-100 inclusive.\n"
            + "    set-layer-saturation CALLER_PACKAGE TARGET_PACKAGE LEVEL\n"
            + "    set-layer-saturation LEVEL CALLER_PACKAGE TARGET_PACKAGE\n"
            + "      Sets the saturation LEVEL for all layers of the TARGET_PACKAGE, attributed\n"
            + "      to the CALLER_PACKAGE. The lowest LEVEL from any CALLER_PACKAGE is applied.\n";