diff options
| author | ruki <[email protected]> | 2015-05-31 11:32:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-31 11:32:38 +0800 |
| commit | 529a623ed4eadb802b5174db0957c595af32d5e5 (patch) | |
| tree | 361a0e7fd30f73af0395886e098d2a3ca2b7164e /xmake/scripts/base/main.lua | |
| parent | ad9d27ef9a74603063755857b0a0191e486c1e8d (diff) | |
add some tools
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -rw-r--r-- | xmake/scripts/base/main.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua index 1df26898a..2d4e0ea10 100644 --- a/xmake/scripts/base/main.lua +++ b/xmake/scripts/base/main.lua @@ -341,8 +341,8 @@ local menu = , {'h', "help", "k", nil, "Print this help message and exit." } , {} - , {nil, "target", "v", "all", "Run the given target." } - , {nil, "arguments", "v", nil, "The target arguments" } + , {nil, "target", "v", nil, "Run the given target." } + , {nil, "arguments", "vs", nil, "The target arguments" } } } @@ -373,7 +373,7 @@ local menu = , " - The script name from the xmake tool directory" , " - The script file" , " - The script string" } - , {nil, "arguments", "v", nil, "The script arguments" } + , {nil, "arguments", "vs", nil, "The script arguments" } } } } |
