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

Commit 583540fa authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in help text" into main am: 884bd680 am: 41d5e400

parents 92d41a56 41d5e400
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.");