Skip to content
Snippets Groups Projects
Commit 2f6bc986 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent 436f6e07
No related branches found
No related tags found
No related merge requests found
......@@ -961,7 +961,6 @@ int ssexec_signal(int argc, char const *const *argv, ssexec_t *info)
size_t idx = 0 ;
FOREACH_SASTR(&sa, idx) {
/** find dependencies of the service from the graph, do it recursively */
c = graph_matrix_get_edge_g_list(l, &graph, sa.s + idx, 0, 1) ;
......
......@@ -71,12 +71,12 @@ int ssexec_stop(int argc, char const *const *argv, ssexec_t *info)
case 'X' :
log_1_warn("deprecated option -- use 66 svctl -xd instead") ;
log_1_warn("deprecated option -- use 66 signal -xd instead") ;
return 0 ;
case 'K' :
log_1_warn("deprecated option -- use 66 svctl -kd instead") ;
log_1_warn("deprecated option -- use 66 signal -kd instead") ;
return 0 ;
default :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment