commit 6f30632bf22e87e95ad4e18fda3c0bed65595bb2
parent dddcf8dbf1044ae33618a744d040d254cd784a8e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Tue, 9 May 2017 16:57:51 +0000
bugfix: s6-svstat accepts -w, not -W
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)
{