From 5b660b0e7799068ac99dcbd09869dee0a5f10367 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Wed, 29 Jan 2025 12:06:03 +0200 Subject: [PATCH] Typo fix --- doc/jilo-agent.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/jilo-agent.init b/doc/jilo-agent.init index df6ef45..01c40d0 100644 --- a/doc/jilo-agent.init +++ b/doc/jilo-agent.init @@ -68,7 +68,7 @@ case "$1" in fi ;; *) - echo "Usage: /etc/init.d/agent {start|stop|restart|status}" + echo "Usage: /etc/init.d/jilo-agent {start|stop|restart|status}" exit 1 ;; esac