Skip to content

Commit 27f9178

Browse files
Jenkinsopenstack-gerrit
Jenkins
authored andcommitted
Merge "Update help text around container ACL syntax"
2 parents 0ec6b7b + 371f0e3 commit 27f9178

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

swiftclient/shell.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -668,10 +668,12 @@ def st_stat(parser, args, output_manager):
668668
669669
Optional arguments:
670670
-r, --read-acl <acl> Read ACL for containers. Quick summary of ACL syntax:
671-
.r:*, .r:-.example.com, .r:www.example.com, account1,
672-
account2:user2
671+
.r:*, .r:-.example.com, .r:www.example.com,
672+
account1 (v1.0 identity API only),
673+
account1:*, account2:user2 (v2.0+ identity API).
673674
-w, --write-acl <acl> Write ACL for containers. Quick summary of ACL syntax:
674-
account1 account2:user2
675+
account1 (v1.0 identity API only),
676+
account1:*, account2:user2 (v2.0+ identity API).
675677
-t, --sync-to <sync-to>
676678
Sync To for containers, for multi-cluster replication.
677679
-k, --sync-key <sync-key>

0 commit comments

Comments
 (0)