mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 01:35:23 +02:00
sudo: use shutdown -h
to halt rather than reboot (#1191)
Makes the example consistent with its description
This commit is contained in:
parent
d71904864d
commit
fe37d4fb83
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- To shutdown the machine:
|
- To shutdown the machine:
|
||||||
|
|
||||||
`sudo {{shutdown}} -r +10 {{"Cya soon!"}}`
|
`sudo {{shutdown}} -h +10 {{"Cya soon!"}}`
|
||||||
|
|
||||||
- To repeat the last command as sudo:
|
- To repeat the last command as sudo:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue