Skip to content

Commit

Permalink
Restyle Fix missing backtick in remote modify doc (iterative#3694)
Browse files Browse the repository at this point in the history
* Fix missing backtick in remote modify doc

* Restyled by prettier

Co-authored-by: Noel Danz <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2022
1 parent 7abf5f0 commit c065cd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c065cd5

Please sign in to comment.