diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/supervision/s6-svstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervision/s6-svstat.c b/src/supervision/s6-svstat.c index 237b51e..03ea004 100644 --- a/src/supervision/s6-svstat.c +++ b/src/supervision/s6-svstat.c @@ -242,7 +242,7 @@ int main (int argc, char const *const *argv) subgetopt_t l = SUBGETOPT_ZERO ; for (;;) { - int opt = subgetopt_r(argc, argv, "no:uWNrpest", &l) ; + int opt = subgetopt_r(argc, argv, "no:uwNrpest", &l) ; if (opt == -1) break ; switch (opt) { |