Fix "pm list permissions GROUP"

The command wasn't parsing a group name correctly.

Change-Id: I966e56e2f7b3eab2531be6bec8f744735b865910
This commit is contained in:
Makoto Onuki
2015-10-02 16:51:56 -07:00
parent 674be55852
commit 008b932d95

View File

@@ -624,7 +624,7 @@ public final class Pm {
}
}
String grp = nextOption();
String grp = nextArg();
ArrayList<String> groupList = new ArrayList<String>();
if (groups) {
List<PermissionGroupInfo> infos =