summaryrefslogtreecommitdiff
path: root/tools/sym_comments.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-09-02 18:48:17 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-09-02 18:48:17 -0400
commit868e28f309ec8d08bcdea913c3fc53b0ef55315f (patch)
tree5e5d9a60fe1859960193ba166d09006c9cc4cc81 /tools/sym_comments.py
parent021702628c984294247e2a592fa107f5d8e3288a (diff)
Update usage doc comments for some tools/*.py scripts
Diffstat (limited to 'tools/sym_comments.py')
-rwxr-xr-xtools/sym_comments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sym_comments.py b/tools/sym_comments.py
index b26a81b7f..27d37ca23 100755
--- a/tools/sym_comments.py
+++ b/tools/sym_comments.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""
-Usage: ./sym_comments.py file.asm [pokecrystal.sym] > file_commented.asm
+Usage: python3 sym_comments.py file.asm [pokecrystal.sym] > file_commented.asm
Comments each label in file.asm with its bank:address from the sym file.
"""