Skip to content

Commit 793d949

Browse files
authored
C146869: Adding space before table row ends
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Missing space is breaking formatting on loc pages.
1 parent ca966dd commit 793d949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ For detailed reference docs see [azcopy copy](storage-ref-azcopy-copy.md).
147147

148148
| | |
149149
|--------|-----------|
150-
| **Syntax** | `azcopy copy 'https://<storage-account-name>.file.core.windows.net/<file-share-name>/<directory-path>?<SAS-token>' '<local-directory-path>' --recursive`|
150+
| **Syntax** | `azcopy copy 'https://<storage-account-name>.file.core.windows.net/<file-share-name>/<directory-path>?<SAS-token>' '<local-directory-path>' --recursive` |
151151
| **Example** | `azcopy copy 'https://mystorageaccount.file.core.windows.net/myfileshare/myFileShareDirectory?sv=2018-03-28&ss=bjqt&srs=sco&sp=rjklhjup&se=2019-05-10T04:37:48Z&st=2019-05-09T20:37:48Z&spr=https&sig=%2FSOVEFfsKDqRry4bk3qz1vAQFwY5DDzp2%2B%2F3Eykf%2FJLs%3D' 'C:\myDirectory' --recursive` |
152152

153153
This example results in a directory named `C:\myDirectory\myFileShareDirectory` that contains all of the downloaded files.

0 commit comments

Comments
 (0)