From 868e28f309ec8d08bcdea913c3fc53b0ef55315f Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 2 Sep 2021 18:48:17 -0400 Subject: Update usage doc comments for some tools/*.py scripts --- tools/sym_comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sym_comments.py') 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. """ -- cgit v1.2.3