From 4002936a34013b527a8e9f9b819962ec31bef146 Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Mon, 30 Oct 2023 20:25:10 +1100
Subject: [PATCH] rename unsupervise to free subcommand

---
 src/lib66/exec/ssexec_help.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib66/exec/ssexec_help.c b/src/lib66/exec/ssexec_help.c
index cf5068b1..a985532f 100644
--- a/src/lib66/exec/ssexec_help.c
+++ b/src/lib66/exec/ssexec_help.c
@@ -23,7 +23,7 @@ inline void info_help (char const *help,char const *usage)
 }
 
 
-char const *usage_66 = "66 [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -T timeout ] [ -t tree ] start|stop|reload|restart|unsupervise|reconfigure|enable|disable|environ|status|resolve|state|remove|signal|tree|init|parse|scandir|boot|version [<command options>] service...|tree" ;
+char const *usage_66 = "66 [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -T timeout ] [ -t tree ] start|stop|reload|restart|free|reconfigure|enable|disable|environ|status|resolve|state|remove|signal|tree|init|parse|scandir|boot|version [<command options>] service...|tree" ;
 
 char const *help_66 =
 "\nmain tool to init a system, control and manage services\n"
@@ -41,7 +41,7 @@ char const *help_66 =
 "   stop: bring down service\n"
 "   reload: send a SIGHUP signal to service\n"
 "   restart: bring down service then bring it up\n"
-"   unsupervise: bring down service and remove it from scandir\n"
+"   free: bring down service and remove it from scandir\n"
 "   reconfigure: bring down, unsupervise, parse it again and bring up service\n"
 "   enable: activate service for the next boot\n"
 "   disable: deactivate service for the next boot\n"
@@ -182,9 +182,9 @@ char const *help_restart =
 "   -P: do not propagate signal to its dependencies\n"
 ;
 
-char const *usage_unsupervise = "66 unsupervise [ -h ] [ -P ] service..." ;
+char const *usage_free = "66 free [ -h ] [ -P ] service..." ;
 
-char const *help_unsupervise =
+char const *help_free =
 "\nbring down services and remove it from the scandir\n"
 "\n"
 "options:\n"
-- 
GitLab