Commits

Brian Gesiak committed 9980b5b0628
[swift-api-dump] Omit 'python' in usage (NFC) - Since this file has a Python shebang (`#!/usr/bin/env python`) at the top, it can be invoked directly, without specifying which Python interpreter to use on the command line. - Use the `%(prog)s` substitution instead of writing the program name again explicitly.