From 774c34038933d151036e3835d62eb1995fcb5cd1 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sat, 28 Jan 2023 10:42:26 +1100 Subject: [PATCH] be more explicit --- src/lib66/exec/ssexec_stop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib66/exec/ssexec_stop.c b/src/lib66/exec/ssexec_stop.c index a454ff6e..ce2ceb0d 100644 --- a/src/lib66/exec/ssexec_stop.c +++ b/src/lib66/exec/ssexec_stop.c @@ -91,7 +91,7 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info) graph_build_service(&graph, ares, &areslen, info, flag) ; if (!graph.mlen) - log_die(LOG_EXIT_USER, "services selection is not available -- try first to install the corresponding frontend file") ; + log_die(LOG_EXIT_USER, "services selection is not available -- did you started its first?") ; graph_array_init_single(visit, SS_MAX_SERVICE) ; -- GitLab