mirror of
https://github.com/elliotnunn/macresources.git
synced 2024-12-12 03:29:15 +00:00
Make rount-tripping properties clearer
This commit is contained in:
parent
57bd293326
commit
01c8adb82f
@ -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.
|
||||
''')
|
||||
|
Loading…
Reference in New Issue
Block a user