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

Commit a5926e81 authored by Jordan Jozwiak's avatar Jordan Jozwiak
Browse files

Fix typo in set-password help doc

Bug: 160163009
Test: adb cmd lock_settings help
Change-Id: Ic212336fea44e0d18cd81eee0bd8145edd701430
parent 349c03e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ class LockSettingsShellCommand extends ShellCommand {
            pw.println("  set-pin [--old <CREDENTIAL>] [--user USER_ID] <PIN>");
            pw.println("    Sets the lock screen as PIN, using the given PIN to unlock.");
            pw.println("");
            pw.println("  set-pin [--old <CREDENTIAL>] [--user USER_ID] <PASSWORD>");
            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]");