Skip to content

Commit 9ea958f

Browse files
authored
Merge pull request #112890 from normesta/normesta-azcopy
Fixing an error
2 parents acc49bc + 3fe2df6 commit 9ea958f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-use-azcopy-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To view detailed help guidance for this command, type `azcopy bench -h` and then
6767

6868
### Optimize throughput
6969

70-
You can use the `cap-mbps` flag in your commands to place a ceiling on the throughput data rate. For example, the following command resumes a job and caps throughput to `10` megabits (MB) per second.
70+
You can use the `cap-mbps` flag in your commands to place a ceiling on the throughput data rate. For example, the following command resumes a job and caps throughput to `10` megabytes (MB) per second.
7171

7272
```azcopy
7373
azcopy jobs resume <job-id> --cap-mbps 10

0 commit comments

Comments
 (0)