Merge change 3184 into donut

* changes:
  The '-D' option for the 'am' command appears to be optional, so reflect that in the usage.
This commit is contained in:
Android (Google) Code Review
2009-06-04 15:05:48 -07:00

View File

@@ -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> ");