Index: tools/telemetry/third_party/gsutilz/gslib/commands/acl.py |
diff --git a/tools/telemetry/third_party/gsutilz/gslib/commands/acl.py b/tools/telemetry/third_party/gsutilz/gslib/commands/acl.py |
index a63dcfe717b87411df801cd938abc140a2595273..096d9467f27e222019c59c02b03da68ab03a0e0e 100644 |
--- a/tools/telemetry/third_party/gsutilz/gslib/commands/acl.py |
+++ b/tools/telemetry/third_party/gsutilz/gslib/commands/acl.py |
@@ -96,8 +96,9 @@ _SET_DESCRIPTION = """ |
gsutil -m acl set acl.txt gs://bucket/*.jpg |
Note that multi-threading/multi-processing is only done when the named URLs |
- refer to objects. gsutil -m acl set gs://bucket1 gs://bucket2 will run the |
- acl set operations sequentially. |
+ refer to objects, which happens either if you name specific objects or |
+ if you enumerate objects by using an object wildcard or specifying |
+ the acl -r flag. |
<B>SET OPTIONS</B> |