From c065cd5644a2f1be84e3dc7ef6d17dceac1e1ad5 Mon Sep 17 00:00:00 2001 From: "restyled-io[bot]" <32688539+restyled-io[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 11:14:14 -0500 Subject: [PATCH] Restyle Fix missing backtick in remote modify doc (#3694) * Fix missing backtick in remote modify doc * Restyled by prettier Co-authored-by: Noel Danz Co-authored-by: Restyled.io --- content/docs/command-reference/remote/modify.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/command-reference/remote/modify.md b/content/docs/command-reference/remote/modify.md index a458e47266..cb8909ec27 100644 --- a/content/docs/command-reference/remote/modify.md +++ b/content/docs/command-reference/remote/modify.md @@ -79,9 +79,9 @@ The following config options are available for all remote types: - `jobs` - change the default number of processes for [remote storage](/doc/command-reference/remote) synchronization operations - (see the `--jobs` option of dvc push`, `dvc pull`, `dvc get`, `dvc - import`, `dvc update`, `dvc add --to-remote`, `dvc gc - -c`, etc.). Accepts positive integers. The default is `4 \* cpu_count()`. + (see the `--jobs` option of `dvc push`, `dvc pull`, `dvc get`, `dvc import`, + `dvc update`, `dvc add --to-remote`, `dvc gc -c`, etc.). Accepts positive + integers. The default is `4 \* cpu_count()`. ```cli $ dvc remote modify myremote jobs 8