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

Commit 67f07bee authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Todd Kennedy
Browse files

Remove non-existent command from usage text

The package manager used to support the 'dump enabled-overlays' command.
It was removed in commit 560830c9 "Track both framework and app
overlays per package".

Remove mention of the removed command from the usage text; this should
have been part of 560830c9 but was overlooked.

Test: "adb exec-out cmd package dump -h | grep -c -e 'enabled-overlays'" should print 0
Change-Id: I82028025b7271b855a0e8849c61231d00134b93e
parent 11817c6b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20952,7 +20952,6 @@ Slog.v(TAG, ":: stepped forward, applying functor at tag " + parser.getName());
                pw.println("    check-permission <permission> <package> [<user>]: does pkg hold perm?");
                pw.println("    dexopt: dump dexopt state");
                pw.println("    compiler-stats: dump compiler statistics");
                pw.println("    enabled-overlays: dump list of enabled overlay packages");
                pw.println("    service-permissions: dump permissions required by services");
                pw.println("    <package.name>: info about given package");
                return;