diff options
Diffstat (limited to 'xmake/actions/service/xmake.lua')
| -rw-r--r-- | xmake/actions/service/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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." }, |
