Skip to content

Commit 52cc259

Browse files
author
maddieclayton
authored
Merge pull request Azure#4802 from Azure/vhd-doc-fix
Fix typo in Add-AzureRmVHD.md
2 parents febe69d + 9723d31 commit 52cc259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/help/Add-AzureRMVhd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The command overwrites an existing file.
4444

4545
### Example 3: Add a VHD file and specify the number of threads
4646
```
47-
PS C:\> Add-AzureRmVhd -Destination "http://contosoaccount.blob.core.windows.net/vhdstore/win7baseimage.vhd" -LocalFilePath "C:\vhd\Win7Image.vhd" -NumberOfThreads 32
47+
PS C:\> Add-AzureRmVhd -Destination "http://contosoaccount.blob.core.windows.net/vhdstore/win7baseimage.vhd" -LocalFilePath "C:\vhd\Win7Image.vhd" -NumberOfUploaderThreads 32
4848
```
4949

5050
This command adds a .vhd file to a storage account.

0 commit comments

Comments
 (0)