diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-09-02 18:48:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-09-02 18:48:17 -0400 |
commit | 868e28f309ec8d08bcdea913c3fc53b0ef55315f (patch) | |
tree | 5e5d9a60fe1859960193ba166d09006c9cc4cc81 /tools/sym_comments.py | |
parent | 021702628c984294247e2a592fa107f5d8e3288a (diff) |
Update usage doc comments for some tools/*.py scripts
Diffstat (limited to 'tools/sym_comments.py')
-rwxr-xr-x | tools/sym_comments.py | 2 |
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. """ |