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

Commit 488e8aac authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am a80cc6eb: Merge change 3184 into donut

Merge commit 'a80cc6eb'

* commit 'a80cc6eb':
  The '-D' option for the 'am' command appears to be optional, so reflect that in the usage.
parents 029a8c03 a80cc6eb
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> ");