From a5d7492de023fa76697459cc05f15922deb2477a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 17 Dec 2018 08:35:22 +0000 Subject: bugfix: s6-svc -r wasn't accepted --- AUTHORS | 1 + src/supervision/s6-svc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 8065093..bb02b38 100644 --- a/AUTHORS +++ b/AUTHORS @@ -33,3 +33,4 @@ Thanks to: Earl Chew Jonathan de Boyne Pollard Luis Ressel + Eric Vidal diff --git a/src/supervision/s6-svc.c b/src/supervision/s6-svc.c index 2166551..ee7ddc5 100644 --- a/src/supervision/s6-svc.c +++ b/src/supervision/s6-svc.c @@ -26,7 +26,7 @@ int main (int argc, char const *const *argv, char const *const *envp) subgetopt_t l = SUBGETOPT_ZERO ; for (;;) { - int opt = subgetopt_r(argc, argv, "abqhkti12pcoduxOXyT:w:", &l) ; + int opt = subgetopt_r(argc, argv, "abqhkti12pcyroduxOXT:w:", &l) ; if (opt == -1) break ; switch (opt) { -- cgit v1.2.3