From cf374c870b426f87419ba14237093df1acab5975 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 30 Sep 2025 08:50:38 +0000 Subject: [PATCH] arpwatch: Add "status" command to the help text Reported-by: Jon Murphy Signed-off-by: Michael Tremer --- src/initscripts/packages/arpwatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/packages/arpwatch b/src/initscripts/packages/arpwatch index 316cf3e71..8c0ff6c52 100644 --- a/src/initscripts/packages/arpwatch +++ b/src/initscripts/packages/arpwatch @@ -86,7 +86,7 @@ case "${1}" in ;; *) - echo "Usage: ${0} {start|stop|restart}" + echo "Usage: ${0} {start|stop|restart|status}" exit 1 ;; esac -- 2.47.3