Skip to content

Commit 7a8957b

Browse files
committed
No public description
PiperOrigin-RevId: 671247802
1 parent 841be9c commit 7a8957b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/afwsamples/testdpc/ShellCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
/**
6666
* Provides a CLI (command-line interface) to TestDPC through {@code dumpsys}.
6767
*
68-
* <p>Usage: {@code adb shell dumpsys activity service --user USER_ID com.afwsamples.testdpc CMD}.
68+
* <p>Usage: {@code adb shell dumpsys activity --user USER_ID service com.afwsamples.testdpc CMD}.
6969
*/
7070
final class ShellCommand {
7171
private static final String TAG = "TestDPCShellCommand";

0 commit comments

Comments
 (0)