diff options
| -rw-r--r-- | xmake/core/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/main.lua b/xmake/core/main.lua index 745e45ea0..ee336b118 100644 --- a/xmake/core/main.lua +++ b/xmake/core/main.lua @@ -118,7 +118,7 @@ function main.done() -- run help? if main._help() then - return 1 + return 0 end -- run task |
