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

Commit 74acbe53 authored by Zach Lee's avatar Zach Lee
Browse files

Fix typo in help text

Change-Id: I57241df8ad477084d8c4b8b501a752312a32ad44
parent 4b2f12ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ class LockSettingsShellCommand extends ShellCommand {
            pw.println("    Sets the lock screen as PIN, using the given PIN to unlock.");
            pw.println("");
            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("    Sets the lock screen as password, using the given PASSWORD to unlock.");
            pw.println("");
            pw.println("  clear [--old <CREDENTIAL>] [--user USER_ID]");
            pw.println("    Clears the lock credentials.");