summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/plugins/watch/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/watch/xmake.lua b/xmake/plugins/watch/xmake.lua
index 79efc75de..0c7ae6fde 100644
--- a/xmake/plugins/watch/xmake.lua
+++ b/xmake/plugins/watch/xmake.lua
@@ -26,7 +26,7 @@ task("watch")
, description = "Watch the project directories and run command."
, options =
{
- {'c', "commands" , "kv" , nil , "Run the given commands instead of the default build command.",
+ {'c', "commands" , "kv" , nil , "Run the multiple commands instead of the default build command.",
"e.g.",
" $ xmake watch -c 'xmake -rv'",
" $ xmake watch -c 'xmake -vD; xmake run hello'"},