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

Commit 68ff9736 authored by Marvin Ramin's avatar Marvin Ramin
Browse files

Update help command in CompanionDeviceShellCommand

remove-inactive-associations refers to a sysprop that the framework never reads. It appears as if the documentation had the error from the start: ag/17623973

Bug: 227798203
Change-Id: I02e01ba1d6744bb2d11eda4cca9edf557bbec4c6
Test: n/a
parent c44e2244
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ class CompanionDeviceShellCommand extends ShellCommand {
        pw.println("  remove-inactive-associations");
        pw.println("      Remove self-managed associations that have not been active ");
        pw.println("      for a long time (90 days or as configured via ");
        pw.println("      \"debug.cdm.cdmservice.cleanup_time_window\" system property). ");
        pw.println("      \"debug.cdm.cdmservice.removal_time_window\" system property). ");
        pw.println("      USE FOR DEBUGGING AND/OR TESTING PURPOSES ONLY.");
    }
}