sudo: use `shutdown -h` to halt rather than reboot (#1191)

Makes the example consistent with its description
coverage
Martin Pool 2016-12-06 05:39:45 -08:00 committed by Waldir Pimenta
parent d71904864d
commit fe37d4fb83
1 changed files with 1 additions and 1 deletions

View File

@ -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: