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

Commit 8cd2bee3 authored by David Brazdil's avatar David Brazdil Committed by Android (Google) Code Review
Browse files

Merge "Fix 'cmd package compile' help message" into nyc-dev

parents 84dee4f1 cf046952
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1178,16 +1178,16 @@ class PackageManagerShellCommand extends ShellCommand {
        pw.println("  help");
        pw.println("  help");
        pw.println("    Print this help text.");
        pw.println("    Print this help text.");
        pw.println("");
        pw.println("");
        pw.println("  compile [-m MODE] [-f] (-a | TARGET-PACKAGE)");
        pw.println("  compile [-m MODE] [-f] [-c] [--reset] (-a | TARGET-PACKAGE)");
        pw.println("    Trigger compilation of TARGET-PACKAGE or all packages if \"-a\".");
        pw.println("    Trigger compilation of TARGET-PACKAGE or all packages if \"-a\".");
        pw.println("    Options:");
        pw.println("    Options:");
        pw.println("      -a: compile all packages");
        pw.println("      -a: compile all packages");
        pw.println("      -c: clear profile data before compiling");
        pw.println("      -c: clear profile data before compiling");
        pw.println("      -f: force compilation even if not needed");
        pw.println("      -f: force compilation even if not needed");
        pw.println("      -m: select compilation mode");
        pw.println("      -m: select compilation mode");
        pw.println("          MODE can be one of \"default\", \"full\", \"profile\","
        pw.println("          MODE can be one of \"default\", \"full\", \"profile\"," +
                   " and \"extract\"");
                   " and \"extract\"");
        pw.println("      --reset: restore the package to post-install state");
        pw.println("      --reset: restore package to its post-install state");
        pw.println("          shorthand for \"-c -f -m extract\"");
        pw.println("          shorthand for \"-c -f -m extract\"");
        pw.println("  list features");
        pw.println("  list features");
        pw.println("    Prints all features of the system.");
        pw.println("    Prints all features of the system.");