[help] Better formatting
This commit is contained in:
parent
4b7d7359a5
commit
ff5f81e670
@ -27,7 +27,7 @@ def main():
|
|||||||
except AttributeError as e:
|
except AttributeError as e:
|
||||||
pass
|
pass
|
||||||
for pkg, description in descriptions.items():
|
for pkg, description in descriptions.items():
|
||||||
print("fonttools %-12s %s" % (pkg, description), file=sys.stderr)
|
print("fonttools %-25s %s" % (pkg, description), file=sys.stderr)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user