diff --git a/docs/merlin7/02-How-To-Use-Merlin/merlin_tools.md b/docs/merlin7/02-How-To-Use-Merlin/merlin_tools.md index 1d98504..8b5fc05 100644 --- a/docs/merlin7/02-How-To-Use-Merlin/merlin_tools.md +++ b/docs/merlin7/02-How-To-Use-Merlin/merlin_tools.md @@ -93,7 +93,10 @@ be tracked. In theory any (or all available projects) can be tracked, but due to UNIX and Lustre permissions, accessing quotas information for a project you're not a member of **is not possible**. -If you are added/removed from a project, you can update this config file by -calling `merlin_quotas genconf --force` (notice the `--force`, which will overwrite -your existing config file) or by editing the file by hand (*not recommended*). +!!! tip + If you are added/removed from a project, you can update this config file by + calling `merlin_quotas genconf --all-projects --force`. The + `--all-projects` will fully check your possible membership to all projects, + and the `--force` will overwrite your existing config file. You can also + edit the file by hand (*not recommended*).