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

Commit a80cc6eb authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3184 into donut

* changes:
  The '-D' option for the 'am' command appears to be optional, so reflect that in the usage.
parents b640da8f c62a216a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -526,7 +526,7 @@ public class Am {

    private void showUsage() {
        System.err.println("usage: am [start|broadcast|instrument|profile]");
        System.err.println("       am start -D INTENT");
        System.err.println("       am start [-D] INTENT");
        System.err.println("       am broadcast INTENT");
        System.err.println("       am instrument [-r] [-e <ARG_NAME> <ARG_VALUE>] [-p <PROF_FILE>]");
        System.err.println("                [-w] <COMPONENT> ");