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
This commit is contained in:
Eric Biggers
2022-07-27 21:40:02 +00:00
parent 3b3151b18b
commit 09d5568734

View File

@@ -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("");