summaryrefslogtreecommitdiff
path: root/xmake/modules/cli
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/cli')
-rw-r--r--xmake/modules/cli/binutils/bin2c.lua2
-rw-r--r--xmake/modules/cli/binutils/bin2obj.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/cli/binutils/bin2c.lua b/xmake/modules/cli/binutils/bin2c.lua
index 423d4f3eb..83e0a88c1 100644
--- a/xmake/modules/cli/binutils/bin2c.lua
+++ b/xmake/modules/cli/binutils/bin2c.lua
@@ -41,7 +41,7 @@ function main(...)
if not opt.binarypath or not opt.outputpath then
cprint("${bright}Usage: $${clear}xmake l cli.binutils.bin2c [options]")
option.show_options(options, "bin2c")
- return
+ return
end
-- do bin2c
diff --git a/xmake/modules/cli/binutils/bin2obj.lua b/xmake/modules/cli/binutils/bin2obj.lua
index 9024d4b24..6ee6c2158 100644
--- a/xmake/modules/cli/binutils/bin2obj.lua
+++ b/xmake/modules/cli/binutils/bin2obj.lua
@@ -46,7 +46,7 @@ function main(...)
if not opt.binarypath or not opt.outputpath then
cprint("${bright}Usage: $${clear}xmake l cli.binutils.bin2obj [options]")
option.show_options(options, "bin2obj")
- return
+ return
end
-- do bin2obj