From: Michael Tremer Date: Tue, 30 Sep 2025 08:50:38 +0000 (+0000) Subject: arpwatch: Add "status" command to the help text X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf374c870b426f87419ba14237093df1acab5975;p=ipfire-2.x.git arpwatch: Add "status" command to the help text Reported-by: Jon Murphy Signed-off-by: Michael Tremer --- 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