Skip to content

Commit 788fc0f

Browse files
committed
fix: remove misleading sentence from unpin-agent-cpu flag description
1 parent fae86e3 commit 788fc0f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/source/sctool/partials/sctool_restore_1-1-restore.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ options:
119119
The default value is taken from this system, namely 'TZ' envvar or '/etc/localtime' file.
120120
- name: unpin-agent-cpu
121121
default_value: "false"
122-
usage: "Defines if ScyllaDB Manager Agent should be unpinned from CPUs during restore.\nThis might significantly improve download speed at the cost of decreasing streaming speed. "
122+
usage: |
123+
Defines if ScyllaDB Manager Agent should be unpinned from CPUs during restore.
123124
- name: window
124125
default_value: '[]'
125126
usage: |

docs/source/sctool/partials/sctool_restore_1-1-restore_update.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ options:
120120
The default value is taken from this system, namely 'TZ' envvar or '/etc/localtime' file.
121121
- name: unpin-agent-cpu
122122
default_value: "false"
123-
usage: "Defines if ScyllaDB Manager Agent should be unpinned from CPUs during restore.\nThis might significantly improve download speed at the cost of decreasing streaming speed. "
123+
usage: |
124+
Defines if ScyllaDB Manager Agent should be unpinned from CPUs during restore.
124125
- name: window
125126
default_value: '[]'
126127
usage: |

pkg/command/one2onerestore/res.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ dry-run: |
3131
3232
unpin-agent-cpu: |
3333
Defines if ScyllaDB Manager Agent should be unpinned from CPUs during restore.
34-
This might significantly improve download speed at the cost of decreasing streaming speed.

0 commit comments

Comments
 (0)