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

Commit 09d55687 authored by Eric Biggers's avatar Eric Biggers
Browse files

Remove help text for 'locksettings sp' command

In change I48867bbfa2d5ca34286d7050f7f5a255803e2ada I missed removing
the help text for the 'locksettings sp' command.  Do it now.

Bug: 146040259
Change-Id: I7b6fbafc73594a494ffd4691b0777ff9e859583e
parent 3b3151b1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -176,12 +176,6 @@ class LockSettingsShellCommand extends ShellCommand {
            pw.println("  set-password [--old <CREDENTIAL>] [--user USER_ID] <PASSWORD>");
            pw.println("    Sets the lock screen as password, using the given PASSOWRD to unlock.");
            pw.println("");
            pw.println("  sp [--old <CREDENTIAL>] [--user USER_ID]");
            pw.println("    Gets whether synthetic password is enabled.");
            pw.println("");
            pw.println("  sp [--old <CREDENTIAL>] [--user USER_ID] <1|0>");
            pw.println("    Enables / disables synthetic password.");
            pw.println("");
            pw.println("  clear [--old <CREDENTIAL>] [--user USER_ID]");
            pw.println("    Clears the lock credentials.");
            pw.println("");