Skip to content

Commit 828fecf

Browse files
committed
Fixing a bug
1 parent 2b3a97b commit 828fecf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ This section contains the following examples:
5959
> |---|---|
6060
> |Upload files as Append Blobs or Page Blobs.|**--blob-type**=\[BlockBlob\|PageBlob\|AppendBlob\]|
6161
> |Upload to a specific access tier (such as the archive tier).|**--block-blob-tier**=\[None\|Hot\|Cool\|Archive\]|
62-
> |Automatically decompress files.|**--decompress**=\[gzip\|deflate\]|
6362
>
6463
> For a complete list, see [options](storage-ref-azcopy-copy.md#options).
6564
@@ -154,7 +153,7 @@ This section contains the following examples:
154153
>
155154
> |Scenario|Flag|
156155
> |---|---|
157-
> |Automatically decompress files.|**--decompress**=\[gzip\|deflate\]|
156+
> |Automatically decompress files.|**--decompress**|
158157
> |Specify how detailed you want your copy-related log entries to be.|**--log-level**=\[WARNING\|ERROR\|INFO\|NONE\]|
159158
> |Specify if and how to overwrite the conflicting files and blobs at the destination.|**--overwrite**=\[true\|false\|ifSourceNewer\|prompt\]|
160159
>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This section contains the following examples:
142142
> |---|---|
143143
> |Copy access control lists (ACLs) along with the files.|**--preserve-smb-permissions**=\[true\|false\]|
144144
> |Copy SMB property information along with the files.|**--preserve-smb-info**=\[true\|false\]|
145-
> |Automatically decompress files.|**--decompress**=\[gzip\|deflate\]|
145+
> |Automatically decompress files.|**--decompress**|
146146
>
147147
> For a complete list, see [options](storage-ref-azcopy-copy.md#options).
148148

0 commit comments

Comments
 (0)