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