From 40fec4d633dc43cc57cad15bf3bc5c00eeaaceed Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 23 Jul 2022 17:21:37 +0800 Subject: update help --- xmake/plugins/watch/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"}, -- cgit v1.3.1