summaryrefslogtreecommitdiff
path: root/xmake/actions/install/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/actions/install/xmake.lua')
-rwxr-xr-xxmake/actions/install/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/actions/install/xmake.lua b/xmake/actions/install/xmake.lua
index d2160490e..11fdd1270 100755
--- a/xmake/actions/install/xmake.lua
+++ b/xmake/actions/install/xmake.lua
@@ -43,10 +43,10 @@ task("install")
-- options
, options =
{
- {'o', "installdir", "kv", nil, "Set the install directory." }
+ {'o', "installdir", "kv", nil, "Set the install directory." }
, {}
- , {nil, "target", "v", "all", "Install the given target." }
+ , {nil, "target", "v", "all", "Install the given target." }
}
})