summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-19 21:24:50 +0000
committerGerrit Code Review <review@openstack.org>2016-09-19 21:24:50 +0000
commit27f9178ec89259553a770349e0192b0981bdb956 (patch)
tree1cc3efa068fe2343b16ec248df857402851e3158
parent0ec6b7b162a7b98ca3fad515de17d8f8a88dda72 (diff)
parent371f0e3482a6fbf963f6c1d987d48aed19dc8c3e (diff)
downloadpython-swiftclient-27f9178ec89259553a770349e0192b0981bdb956.tar.gz
Merge "Update help text around container ACL syntax"
-rwxr-xr-xswiftclient/shell.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 2bc4106..3f8aad6 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -668,10 +668,12 @@ Positional arguments:
Optional arguments:
-r, --read-acl <acl> Read ACL for containers. Quick summary of ACL syntax:
- .r:*, .r:-.example.com, .r:www.example.com, account1,
- account2:user2
+ .r:*, .r:-.example.com, .r:www.example.com,
+ account1 (v1.0 identity API only),
+ account1:*, account2:user2 (v2.0+ identity API).
-w, --write-acl <acl> Write ACL for containers. Quick summary of ACL syntax:
- account1 account2:user2
+ account1 (v1.0 identity API only),
+ account1:*, account2:user2 (v2.0+ identity API).
-t, --sync-to <sync-to>
Sync To for containers, for multi-cluster replication.
-k, --sync-key <sync-key>