summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/update_wrapdb.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/update_wrapdb.md')
-rw-r--r--docs/markdown/snippets/update_wrapdb.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/update_wrapdb.md b/docs/markdown/snippets/update_wrapdb.md
new file mode 100644
index 000000000..a4e4f278e
--- /dev/null
+++ b/docs/markdown/snippets/update_wrapdb.md
@@ -0,0 +1,8 @@
+## Update all wraps from WrapDB with `meson wrap update` command
+
+The command `meson wrap update`, with no extra argument, will now update all wraps
+that comes from WrapDB to the latest version. The extra `--force` argument will
+also replace wraps that do not come from WrapDB if one is available.
+
+The command `meson subprojects update` will not download new wrap files from
+WrapDB any more.