From f662a485b99b8704063e552b1a899e4edf9c0aab Mon Sep 17 00:00:00 2001 From: ppom <> Date: Wed, 3 Jan 2024 12:00:00 +0100 Subject: [PATCH] `reaction flush` clarification --- app/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/main.go b/app/main.go index 3fc0a41..55550a2 100644 --- a/app/main.go +++ b/app/main.go @@ -100,8 +100,9 @@ func basicUsage() { -p/--pattern PATTERN # only show items matching the PATTERN regex ` + bold + `reaction flush` + reset + ` TARGET - # run currently active matches and pending actions for the specified TARGET + # remove currently active matches and run currently pending actions for the specified TARGET # (then show flushed matches and actions) + # e.g. reaction flush 192.168.1.1 # options: -s/--socket SOCKET # path to the client-daemon communication socket