diff --git a/README.md b/README.md index 0be79c90ab..6f39b738f9 100644 --- a/README.md +++ b/README.md @@ -1119,8 +1119,8 @@ There are five additional flags that you can use with this command: - `--force`: Reinstall module even if it appears to be up to date - `--prompt`: Select the module version using a cli prompt. - `--sha `: Install the module at a specific commit from the `nf-core/modules` repository. -- `--diff`: Show the diff between the installed files and the new version before installing. -- `--diff-file `: Specify where the diffs between the local and remote versions of a module should be written +- `--preview/--no-preview`: Show the diff between the installed files and the new version before installing. +- `--save-diff `: Save diffs to a file instead of updating in place. The diffs can then be applied with `git apply `. - `--all`: Use this flag to run the command on all modules in the pipeline. If you don't want to update certain modules or want to update them to specific versions, you can make use of the `.nf-core.yml` configuration file. For example, you can prevent the `star/align` module installed from `nf-core/modules` from being updated by adding the following to the `.nf-core.yml` file: