diff --git a/docs-master/Custom_DiffRenderers.md b/docs-master/Custom_DiffRenderers.md index 1a6b1d5ce7e..509f42ebfec 100644 --- a/docs-master/Custom_DiffRenderers.md +++ b/docs-master/Custom_DiffRenderers.md @@ -27,7 +27,7 @@ Fields only for `extDiff`: Fields only for `rawGit`: -- **args** The additional arguments to use in the `git diff` or `git show` call (e.g. `--color-words`) +- **args** The additional arguments to use in the `git diff` or `git show` call (e.g. `--color-words`), as an array of strings. Here's an example for a multi-renderer setup: @@ -40,7 +40,7 @@ git: - type: extDiff command: difft --color=always --context={{diffContext}} - type: rawGit - args: --color-words + args: [--color-words] name: color-words - type: rawGit # git's default diff name: default diff --git a/docs/Custom_DiffRenderers.md b/docs/Custom_DiffRenderers.md index 1a6b1d5ce7e..509f42ebfec 100644 --- a/docs/Custom_DiffRenderers.md +++ b/docs/Custom_DiffRenderers.md @@ -27,7 +27,7 @@ Fields only for `extDiff`: Fields only for `rawGit`: -- **args** The additional arguments to use in the `git diff` or `git show` call (e.g. `--color-words`) +- **args** The additional arguments to use in the `git diff` or `git show` call (e.g. `--color-words`), as an array of strings. Here's an example for a multi-renderer setup: @@ -40,7 +40,7 @@ git: - type: extDiff command: difft --color=always --context={{diffContext}} - type: rawGit - args: --color-words + args: [--color-words] name: color-words - type: rawGit # git's default diff name: default