diff options
| author | ruki <[email protected]> | 2023-09-14 22:44:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-09-14 22:44:05 +0800 |
| commit | e31586d65b0ed67516900528761b3a461fae88ed (patch) | |
| tree | 6c9ae6d4137e5d80b9b58a136a7803d9c90a96c7 | |
| parent | 4fd476ac8ce0023af2bf7286d93ba0629d37bb86 (diff) | |
fix xmakesrc option
| -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 917e5e839..57d352a7c 100644 --- a/xmake/actions/service/xmake.lua +++ b/xmake/actions/service/xmake.lua @@ -45,7 +45,7 @@ task("service") {nil, "distcc", "k", nil, "Start or connect the distributed build service." }, {nil, "ccache", "k", nil, "Start or connect the remote c/c++ cache service." }, {nil, "sync", "k", nil, "Sync current project files in the remote daemon service." }, - {nil, "xmakesrc", "k", nil, "Sync xmake program files in the remote daemon service.", + {nil, "xmakesrc", "kv", nil, "Sync xmake program files in the remote daemon service.", "e.g.", " - xmake service --sync --xmakesrc=/xmakeproj/xmake" }, {nil, "pull", "k", nil, "Pull the given file or directory in the remote daemon service.", |
