diff options
| author | William Boman <william@redwill.se> | 2023-03-14 06:42:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-14 06:42:36 +0100 |
| commit | 441c9ea2ab385c2e6407a637775b4b392533d265 (patch) | |
| tree | 19a1eb14bcae272052c417c8ae45a3a369b65de2 /doc | |
| parent | feat: add registry.refresh() method (#1096) (diff) | |
| download | mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.gz mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.bz2 mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.lz mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.xz mason-441c9ea2ab385c2e6407a637775b4b392533d265.tar.zst mason-441c9ea2ab385c2e6407a637775b4b392533d265.zip | |
fix(doc): duplicate helptag (#1099)
Closes #1098.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/mason.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mason.txt b/doc/mason.txt index 19eba5cd..830240b2 100644 --- a/doc/mason.txt +++ b/doc/mason.txt @@ -505,7 +505,7 @@ update({callback}) Parameters: {callback} - Callback of the signature `fun(success: boolean, updated_registries: RegistrySource[])` - *mason-registry.update()* + *mason-registry.refresh()* refresh({callback?}) Refreshes all registries if needed. This is a convenience wrapper around |mason-registry.update()| that only updates registries if: |
