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

Commit a0987f14 authored by Christine Franks's avatar Christine Franks
Browse files

Fix order of params in color display help doc

Bug: 181642853
Test: n/a
Change-Id: I574a7280b41b8c05b407131aa803f33267c9079f
parent 50f0175f
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";