Somehow I missed one last commit that correctly prints the help instead of just the usage.

This commit is contained in:
Chuck Thier
2010年10月08日 22:37:13 +00:00
committed by Tarmac

View File

@@ -90,7 +90,7 @@ if __name__ == '__main__':
help='If set, will not delete the objects created')
if len(sys.argv) == 1:
parser.print_usage()
parser.print_help()
sys.exit(1)
options, args = parser.parse_args()
if options.saio:
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.