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 76b6c91..e12a7c4 100644 --- a/src/s6-frontend/live_status.c +++ b/src/s6-frontend/live_status.c @@ -55,7 +55,7 @@ static void live_status_all (int withe) argv[m++] = " list" ; argv[m++] = "" ; argv[m++] = "grep" ; - argv[m++] = " -F" ; + argv[m++] = "-F" ; argv[m++] = "/down/" ; argv[m++] = 0 ; main_pretty_exec(argv) ; |
