diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-02 01:00:51 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-05-02 01:00:51 +0000 |
commit | 551f39fe587758897bf8a283fcb722b34b7211aa (patch) | |
tree | e9bc3b95d67e3990a47631f35b2730677bae5c36 /src/shutdown/s6-linux-init-hpr.c | |
parent | 7c45dd6afd1980a3fa665e90aa33e88c2581cd4c (diff) | |
download | s6-linux-init-551f39fe587758897bf8a283fcb722b34b7211aa.tar.xz |
Small tweaks
Diffstat (limited to 'src/shutdown/s6-linux-init-hpr.c')
-rw-r--r-- | src/shutdown/s6-linux-init-hpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/s6-linux-init-hpr.c b/src/shutdown/s6-linux-init-hpr.c index 886f10b..7e4859a 100644 --- a/src/shutdown/s6-linux-init-hpr.c +++ b/src/shutdown/s6-linux-init-hpr.c @@ -52,7 +52,7 @@ int main (int argc, char const *const *argv) case 'r' : what = 3 ; break ; case 'f' : force = 1 ; break ; case 'd' : dowtmp = 0 ; break ; - case 'w' : dowtmp = 2 ; break ; + case 'w' : dowtmp = 1 ; break ; case 'W' : dowall = 0 ; break ; default : strerr_dieusage(100, USAGE) ; } |