Skip to content

Commit

Permalink
contrib/normalize_triplet.py: fix usage display (JuliaLang#32969)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored and staticfloat committed Aug 20, 2019
1 parent ab541c3 commit c709d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/normalize_triplet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# a method `platform_key_abi()` to parse uname-like output into something standarized.

if len(sys.argv) < 2:
print("Usage: %s <host triplet> [<gcc version>] [<cxxabi11>]")
print("Usage: {} <host triplet> [<gcc version>] [<cxxabi11>]".format(sys.argv[0]))
sys.exit(1)

arch_mapping = {
Expand Down

0 comments on commit c709d3f

Please sign in to comment.