mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 03:15:37 +02:00
halt: add --poweroff example
This commit is contained in:
parent
78f98f39fe
commit
422ef9fcd2
1 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
|||
# halt
|
||||
|
||||
> Power off or reboot the machine.
|
||||
> Halt, power-off or reboot the machine.
|
||||
|
||||
- Halt the machine:
|
||||
|
||||
`halt`
|
||||
|
||||
- Power the machine off:
|
||||
|
||||
`halt`
|
||||
`halt --poweroff`
|
||||
|
||||
- Reboot the machine:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue