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

Commit 6bad848b authored by Ivan Chiang's avatar Ivan Chiang
Browse files

[PM] Fix the typo for dumpsys package -h

Fix: 298121575
Test: adb shell dumpsys package -h, verify the result
Change-Id: I7e329521a756ce3dc4d2c6ac16ad3e64ee81c5dd
parent b631ed26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -619,7 +619,7 @@ final class DumpHelper {
        pw.println("    --checkin: dump for a checkin");
        pw.println("    -f: print details of intent filters");
        pw.println("    -h: print this help");
        pw.println("    ---proto: dump data to proto");
        pw.println("    --proto: dump data to proto");
        pw.println("    --all-components: include all component names in package dump");
        pw.println("    --include-apex: includes the apex packages in package dump");
        pw.println("  cmd may be one of:");