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

Commit e1361e51 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

parents 2c46bc43 884bd680
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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("    Sets the lock screen as PIN, using the given PIN to unlock.");
            pw.println("");
            pw.println("");
            pw.println("  set-password [--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("    Sets the lock screen as password, using the given PASSWORD to unlock.");
            pw.println("");
            pw.println("");
            pw.println("  clear [--old <CREDENTIAL>] [--user USER_ID]");
            pw.println("  clear [--old <CREDENTIAL>] [--user USER_ID]");
            pw.println("    Clears the lock credentials.");
            pw.println("    Clears the lock credentials.");