summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-11-30 07:52:55 +0000
committerLaurent Bercot <ska@appnovation.com>2022-11-30 07:52:55 +0000
commitaa62441bff80596baa513956c975eee97605212c (patch)
tree4d14ce9023276f52932de22c98d33071c40b6425
parente63e9a4c5b6cba6a8c2b43a92f0e1a597ed586d2 (diff)
downloads6-aa62441bff80596baa513956c975eee97605212c.tar.xz
s6-svc: typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--src/supervision/s6-svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervision/s6-svc.c b/src/supervision/s6-svc.c
index 012bfaa..7e00f17 100644
--- a/src/supervision/s6-svc.c
+++ b/src/supervision/s6-svc.c
@@ -68,7 +68,7 @@ int main (int argc, char const *const *argv)
argc -= l.ind ; argv += l.ind ;
}
if (!argc) dieusage() ;
- if (argc > 1) strerr_warn1x("ignoring extra arguments") ;
+ if (argc > 1) strerr_warnw1x("ignoring extra arguments") ;
if (updown[1] == 'U' || updown[1] == 'R')
{