diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-05-22 12:42:37 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-05-22 12:42:37 -0500 |
commit | 1ece16bfcd0ab71d2f9fe17a75ee6184e0fa4828 (patch) | |
tree | a96360cbe43f5ed43d586f7687386690f54bfed4 /man | |
parent | 0cfd0dd9ef580ed9dc563ccc164d70efe8f299db (diff) |
openrc-shutdown: add dry-run option
Diffstat (limited to 'man')
-rw-r--r-- | man/openrc-shutdown.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/openrc-shutdown.8 b/man/openrc-shutdown.8 index d0e95e24..5d81c4af 100644 --- a/man/openrc-shutdown.8 +++ b/man/openrc-shutdown.8 @@ -27,6 +27,9 @@ is the utility that communicates with openrc-init(8) to bring down the system or instruct openrc-init to re-execute itself. It supports the following options: .Bl -tag -width "poweroff" +.It Fl d , -dry-run +Print the action that would be taken without executing it. This is to +allow testing. .It Fl H , -halt Stop all services, kill all remaining processes and halt the system. .It Fl k , -kexec |