Make rount-tripping properties clearer

This commit is contained in:
Elliot Nunn 2018-12-11 15:48:32 +08:00
parent 57bd293326
commit 01c8adb82f
1 changed files with 4 additions and 3 deletions

View File

@ -5,9 +5,10 @@ import macresources
import sys
parser = argparse.ArgumentParser(description='''
Decompile legacy Mac resources to the Rez language. Unless an option
marked below with [!] is used, the output will match Apple's deprecated
DeRez utility. No attempt is made to access the native Mac resource
Decompile legacy Mac resources to the Rez language. The output will
always be compatible with Apple Rez, and unless an option
marked below with [!] is used, the output will match Apple DeRez.
No attempt is made to access the native Mac resource
fork, but this can be worked around by appending `/..namedfork/rsrc'
to the name of the input file.
''')