Fix typo in rescue shell
authorIndrajit Raychaudhuri <indrajitr@users.noreply.github.com>
Fri, 5 Feb 2016 05:58:53 +0000 (11:28 +0530)
committerIndrajit Raychaudhuri <indrajitr@users.noreply.github.com>
Fri, 5 Feb 2016 05:58:53 +0000 (11:28 +0530)
units/rescue.service.in

index 6c20217..92553f6 100644 (file)
@@ -17,7 +17,7 @@ Before=shutdown.target
 Environment=HOME=/root
 WorkingDirectory=-/root
 ExecStartPre=-/bin/plymouth quit
-ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.'
+ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.'
 ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default"
 Type=idle
 StandardInput=tty-force