From 3605fac80b527fafd76836b09a4cfe1ad8b11e19 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Mon, 6 Apr 2015 13:20:45 -0700 Subject: Update command line usage for pm Include the --user flag. Change-Id: Id2a2bc73f4b7392e308c5946eeb42b21426a1bfd --- cmds/pm/src/com/android/commands/pm/Pm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/pm') diff --git a/cmds/pm/src/com/android/commands/pm/Pm.java b/cmds/pm/src/com/android/commands/pm/Pm.java index 89dd079..51152af 100644 --- a/cmds/pm/src/com/android/commands/pm/Pm.java +++ b/cmds/pm/src/com/android/commands/pm/Pm.java @@ -1813,7 +1813,7 @@ public final class Pm { System.err.println(" pm list users"); System.err.println(" pm path PACKAGE"); System.err.println(" pm dump PACKAGE"); - System.err.println(" pm install [-lrtsfd] [-i PACKAGE] [PATH]"); + System.err.println(" pm install [-lrtsfd] [-i PACKAGE] [--user USER_ID] [PATH]"); System.err.println(" pm install-create [-lrtsfdp] [-i PACKAGE] [-S BYTES]"); System.err.println(" pm install-write [-S BYTES] SESSION_ID SPLIT_NAME [PATH]"); System.err.println(" pm install-commit SESSION_ID"); -- cgit v1.1