1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 04:26:01 +02:00

windows/shutdown: remove extra example; improve restart example (#5076)

This commit is contained in:
bl-ue 2021-01-03 16:46:16 -05:00 committed by GitHub
parent 64a30d8d3a
commit dbe3717463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,9 @@
`shutdown /s /f` `shutdown /s /f`
- Restart the current machine: - Restart the current machine immediately:
`shutdown /r` `shutdown /r /t 0`
- Hibernate the current machine: - Hibernate the current machine:
@ -27,10 +27,6 @@
`shutdown /s /t {{seconds}}` `shutdown /s /t {{seconds}}`
- Specify a comment for the shutdown reason:
`shutdown /s /c "{{reason}}"`
- Abort a shutdown sequence whose timeout is yet to expire: - Abort a shutdown sequence whose timeout is yet to expire:
`shutdown /a` `shutdown /a`