Update command-line example in README to new output format

This commit is contained in:
dgelessus 2019-09-03 02:15:09 +02:00
parent d082f29238
commit 5bcc3f02d7

View File

@ -77,24 +77,21 @@ Command-line interface
.. code-block:: sh .. code-block:: sh
$ python3 -m rsrcfork /Users/Shared/Test.textClipping $ python3 -m rsrcfork /Users/Shared/Test.textClipping
No header system data
No header application data
No file attributes
4 resource types: 4 resource types:
'utxt': 1 resources: 'utxt': 1 resources:
(256), unnamed, no attributes, 34 bytes (256): 34 bytes
'utf8': 1 resources: 'utf8': 1 resources:
(256), unnamed, no attributes, 17 bytes (256): 17 bytes
'TEXT': 1 resources: 'TEXT': 1 resources:
(256), unnamed, no attributes, 17 bytes (256): 17 bytes
'drag': 1 resources: 'drag': 1 resources:
(128), unnamed, no attributes, 64 bytes (128): 64 bytes
$ python3 -m rsrcfork /Users/Shared/Test.textClipping "'TEXT' (256)" $ python3 -m rsrcfork /Users/Shared/Test.textClipping "'TEXT' (256)"
Resource 'TEXT' (256), unnamed, no attributes, 17 bytes: Resource 'TEXT' (256): 17 bytes:
00000000 48 65 72 65 20 69 73 20 73 6f 6d 65 20 74 65 78 |Here is some tex| 00000000 48 65 72 65 20 69 73 20 73 6f 6d 65 20 74 65 78 |Here is some tex|
00000010 74 |t| 00000010 74 |t|
00000011 00000011