summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/actions/service/main.lua1
-rw-r--r--xmake/actions/service/xmake.lua2
2 files changed, 1 insertions, 2 deletions
diff --git a/xmake/actions/service/main.lua b/xmake/actions/service/main.lua
index 355b43b41..d06c2f585 100644
--- a/xmake/actions/service/main.lua
+++ b/xmake/actions/service/main.lua
@@ -34,7 +34,6 @@ import("private.service.show_logs")
import("private.service.show_status")
function main()
- cprint("${color.warning}It's experimental feature, still in development!")
config.load()
if option.get("start") then
start_service({daemon = true})
diff --git a/xmake/actions/service/xmake.lua b/xmake/actions/service/xmake.lua
index ede92d82e..7b5de6263 100644
--- a/xmake/actions/service/xmake.lua
+++ b/xmake/actions/service/xmake.lua
@@ -23,7 +23,7 @@ task("service")
on_run("main")
set_menu {usage = "xmake service [options]",
- description = "Start service for remote or distributed compilation and etc. ${color.warning}(Experimental, still in development)",
+ description = "Start service for remote or distributed compilation and etc.",
options = {
{nil, "start", "k", nil, "Start daemon service." },
{nil, "restart", "k", nil, "Restart daemon service." },