]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
arpwatch: Add "status" command to the help text
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Sep 2025 08:50:38 +0000 (08:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Sep 2025 08:50:38 +0000 (08:50 +0000)
Reported-by: Jon Murphy <jon.murphy@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/packages/arpwatch

index 316cf3e71c8d11a1e941555a7b2d63baab735275..8c0ff6c5215ca26e8b6533569eb4e48b043ff8d5 100644 (file)
@@ -86,7 +86,7 @@ case "${1}" in
                ;;
 
        *)
-               echo "Usage: ${0} {start|stop|restart}"
+               echo "Usage: ${0} {start|stop|restart|status}"
                exit 1
                ;;
 esac