diff options
| author | ruki <[email protected]> | 2015-06-24 14:45:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-24 14:45:05 +0800 |
| commit | 40aeeb7d3f1f2fdc4b2a18fd6654301f4a757394 (patch) | |
| tree | 36ad6fc422d083288a9b3f7c397d0bb2e4723f65 /xmake/scripts/action/_package.lua | |
| parent | d9ee17f8892ee0537b5bbc461e760b4a5cb0a763 (diff) | |
fix bug for show help menu
Diffstat (limited to 'xmake/scripts/action/_package.lua')
| -rw-r--r-- | xmake/scripts/action/_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/action/_package.lua b/xmake/scripts/action/_package.lua index b6ea690ef..5e91f8e9d 100644 --- a/xmake/scripts/action/_package.lua +++ b/xmake/scripts/action/_package.lua @@ -80,7 +80,7 @@ function _package.menu() , {'h', "help", "k", nil, "Print this help message and exit." } , {} - , {nil, "target", "v", nil, "Package a given target" } + , {nil, "target", "v", "all", "Package a given target" } } } end |
