From 6302579f2242830d2ab88930194d978707c174a9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 16 Aug 2020 23:01:25 -0400 Subject: Add drop command --- catsit.8 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'catsit.8') diff --git a/catsit.8 b/catsit.8 index d901359..ae4de38 100644 --- a/catsit.8 +++ b/catsit.8 @@ -1,4 +1,4 @@ -.Dd August 15, 2020 +.Dd August 16, 2020 .Dt CATSIT 8 .Os . @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Nm .Op Fl c Ar control -.Cm start|stop|restart|status Ns | Ns Ar signal +.Cm start|stop|restart|status|drop Ns | Ns Ar signal .Ar service ... . .Sh DESCRIPTION @@ -55,6 +55,10 @@ then stopped services will be started. .It Cm status Log the current status of any matching services. . +.It Cm drop +Drop any matching stopped services +from the services list. +. .It Ar signal Send the named signal to the processes of any matching started services. -- cgit 1.4.1