From 8568f355c47eaac682fde4c0108d971807a2a273 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Tue, 10 Dec 2019 16:15:18 +0100 Subject: [PATCH] Remove incorrect outdated paragraph from list subcommand help --- rsrcfork/__main__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/rsrcfork/__main__.py b/rsrcfork/__main__.py index 1890a6d..078d0da 100644 --- a/rsrcfork/__main__.py +++ b/rsrcfork/__main__.py @@ -624,9 +624,6 @@ Each resource's type, ID, name (if any), attributes (if any), and data length are displayed. For compressed resources, the compressed and decompressed data length are displayed, as well as the ID of the 'dcmp' resource used to decompress the resource data. - -If the resource file has any global (resource map) attributes or non-zero -header data, they are displayed before the list of resources. """, )