Improve online help

This commit is contained in:
Elliot Nunn 2019-05-26 11:07:44 +08:00
parent 41d0713686
commit f004e98c9f

View File

@ -16,10 +16,11 @@ def main(args=None):
if args is None: args = sys.argv[1:] if args is None: args = sys.argv[1:]
descriptions = { descriptions = {
'dump': '''Break a ROM file into rebuildable parts. Any OldWorld 'dump': '''Break a ROM file into rebuildable parts. Any ROM
or NewWorld image can be processed. Because successive ROM released since the 660AV/840AV ("SuperMario") can be processed,
formats tended to wrap layers around old ones, up to four layers including NewWorld ROMs. Because successive ROM formats tended
can require 'unpeeling'.''', to wrap layers around old ones, the image is dumped
recursively.''',
'build': '''Recreate a dumped ROM file. With minor exceptions, 'build': '''Recreate a dumped ROM file. With minor exceptions,
the result should be identical to the original.''' the result should be identical to the original.'''
} }