diff options
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" } } } } |
