diff options
Diffstat (limited to 'xmake/actions/update/xmake.lua')
| -rw-r--r-- | xmake/actions/update/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/actions/update/xmake.lua b/xmake/actions/update/xmake.lua index 74dcd0ba9..2f272dd07 100644 --- a/xmake/actions/update/xmake.lua +++ b/xmake/actions/update/xmake.lua @@ -41,6 +41,7 @@ task("update") {nil, "uninstall", "k", nil, "Uninstall the current xmake program." } , { } , {'s', "scriptonly", "k", nil, "Update script only" } + , {'f', "force", "k", nil, "Force to update and reinstall the given version." } , {nil, "xmakever", "v", nil, "The given xmake version, or a git source (and branch). ", "e.g.", " from official source: ", |
