1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-09-29 22:56:17 +00:00

Fix formatting of "assemble" help

This commit is contained in:
Mike Naberezny 2012-11-25 16:13:20 -08:00
parent fdf4145b55
commit 4b77d6fe7e

View File

@ -297,7 +297,7 @@ class Monitor(cmd.Cmd):
self._output("Syntax error: %s" % statement)
def help_assemble(self):
self._output("assemble\t\t"
self._output("assemble\t\t\t"
"Start interactive assembly at the program counter.")
self._output("assemble <address>\t\t"
"Start interactive assembly at the address.")