From 2b52f12cb0ebea46a246c03955df476a4dc26a3a Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 22 Sep 2021 22:15:28 +0200
Subject: [PATCH] README: list all types of images with pdfimages

List all types of images with pdfimages since they will be all extracted
in the next command line.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index c114880..665b661 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ Example of use:
 
       1. List all the images:
 
-          $ pdfimages -list uncompressed.pdf > pdfimages.txt
+          $ pdfimages -list -all uncompressed.pdf > pdfimages.txt
 
       2. Extract all the images:
 
-- 
2.1.4