diff options
Diffstat (limited to '')
-rw-r--r-- | catsit.8 | 8 |
1 files changed, 6 insertions, 2 deletions
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. |