From fe37d4fb838e052f7268b35133e28a21caafd5be Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 6 Dec 2016 05:39:45 -0800 Subject: [PATCH] sudo: use `shutdown -h` to halt rather than reboot (#1191) Makes the example consistent with its description --- pages/common/sudo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/sudo.md b/pages/common/sudo.md index 79b15a5c1..639122098 100644 --- a/pages/common/sudo.md +++ b/pages/common/sudo.md @@ -12,7 +12,7 @@ - To shutdown the machine: -`sudo {{shutdown}} -r +10 {{"Cya soon!"}}` +`sudo {{shutdown}} -h +10 {{"Cya soon!"}}` - To repeat the last command as sudo: