Merge "account info: Add --sync/-s option"

This commit is contained in:
Zuul
2024年08月27日 19:29:43 +00:00
committed by Gerrit Code Review

View File

@@ -804,6 +804,9 @@ def account_main():
parser.add_option(
'--drop-prefixes', default=False, action="store_true",
help="When outputting metadata, drop the per-section common prefixes")
parser.add_option(
'--sync', '-s', default=False, action="store_true",
help="Output the contents of the incoming/outging sync tables")
options, args = parser.parse_args()
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.