summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-23 17:21:37 +0800
committerruki <[email protected]>2022-07-23 17:21:37 +0800
commit40fec4d633dc43cc57cad15bf3bc5c00eeaaceed (patch)
tree5572b42cf58fbdd660f3ee24aed43320e7871e2e
parent6b9d0c94c1c8bf20be431d8a084841a78f96c26f (diff)
update help
-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'"},