From 6f30632bf22e87e95ad4e18fda3c0bed65595bb2 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 9 May 2017 16:57:51 +0000 Subject: bugfix: s6-svstat accepts -w, not -W --- src/supervision/s6-svstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/supervision') 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) { -- cgit v1.2.3