diff options
| author | ruki <[email protected]> | 2015-05-12 11:31:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-12 11:31:12 +0800 |
| commit | 97e6e62e5061f029b1195784671dea9d19211782 (patch) | |
| tree | d29e8b9efb6b5f2be5b5495cc510f35d5587de15 /xmake/scripts/base/main.lua | |
| parent | fc66b05d2d238830106890447db7ed3808375de1 (diff) | |
load and save configs for the given target
Diffstat (limited to 'xmake/scripts/base/main.lua')
| -rw-r--r-- | xmake/scripts/base/main.lua | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua index 9a032f5a8..d4ae4f3d7 100644 --- a/xmake/scripts/base/main.lua +++ b/xmake/scripts/base/main.lua @@ -72,8 +72,7 @@ local menu = , {'h', "help", "k", nil, "Print this help message and exit." } , {} - , {nil, "target", "v", nil, "Build the given target" - , "Build all targets if not exists." } + , {nil, "target", "v", "all", "Build the given target." } } } @@ -185,8 +184,7 @@ local menu = , {'h', "help", "k", nil, "Print this help message and exit." } , {} - , {nil, "target", "v", nil, "Configure for the given target." - , "Configure for all targets if not exists." } + , {nil, "target", "v", "all", "Configure for the given target." } } } @@ -219,8 +217,7 @@ local menu = , {'h', "help", "k", nil, "Print this help message and exit." } , {} - , {nil, "target", "v", nil, "Install the given target." - , "Install all targets if not exists." } + , {nil, "target", "v", "all", "Install the given target." } } } @@ -252,8 +249,7 @@ local menu = , {'h', "help", "k", nil, "Print this help message and exit." } , {} - , {nil, "target", "v", nil, "Clean for the given target." - , "Clean all targets if not exists." } + , {nil, "target", "v", "all", "Clean for the given target." } } } } |
