diff options
| -rw-r--r-- | xmake/modules/private/xrepo/action/fetch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/fetch.lua b/xmake/modules/private/xrepo/action/fetch.lua index 946a43430..028e3db3d 100644 --- a/xmake/modules/private/xrepo/action/fetch.lua +++ b/xmake/modules/private/xrepo/action/fetch.lua @@ -36,7 +36,7 @@ function menu_options() {'a', "arch", "kv", nil, "Set the given architecture." }, {'m', "mode", "kv", nil, "Set the given mode.", values = {"release", "debug"} }, - {nil, "configs", "kv", nil, "Set the given extra package configs.", + {'f', "configs", "kv", nil, "Set the given extra package configs.", "e.g.", " - xrepo fetch --configs=\"vs_runtime=MD\" zlib", " - xrepo fetch --configs=\"regex=true,thread=true\" boost"}, |
