diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s6-frontend/live_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s6-frontend/live_status.c b/src/s6-frontend/live_status.c index 85fc784..b65eab7 100644 --- a/src/s6-frontend/live_status.c +++ b/src/s6-frontend/live_status.c @@ -137,7 +137,7 @@ static void live_status_some (char const *const *services, int withe) argv[m++] = " " S6RC_EXTBINPREFIX "s6-rc" ; argv[m++] = " -l" ; argv[m++] = llivedir ; - argv[m++] = withe ? " -cbE" : "-cbe" ; + argv[m++] = withe ? " -cbE" : " -cbe" ; argv[m++] = " --" ; argv[m++] = " list" ; argv[m++] = "" ; |
