Skip to content

Commit 3fe2df6

Browse files
committed
Fixing an error
1 parent d8e884e commit 3fe2df6

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)