Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit b5fb65b

Browse files
dklimpelsandhose
authored andcommitted
rename purge to prune
1 parent a56c0d0 commit b5fb65b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/setup/general.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ mas-cli config sync
6969
```
7070

7171
By default, this will only add new clients and upstream OAuth providers, and will not remove entries that were removed from the configuration file.
72-
To do so, use the `--purge` option:
72+
To do so, use the `--prune` option:
7373

7474
```sh
75-
mas-cli config sync --purge
75+
mas-cli config sync --prune
7676
```
7777

7878
Before synchronizing the configuration file, it is *recommended* to do it in with the `--dry-run` option to see what will be changed, without committing the changes to the database:
7979

8080
```sh
8181
mas-cli config sync --dry-run
82-
# with the --purge option
83-
mas-cli config sync --dry-run --purge
82+
# with the --prune option
83+
mas-cli config sync --dry-run --prune
8484
```
8585

8686
## Next step

0 commit comments

Comments
 (0)