From 2a019d11b0abe9d9081c686e736c0d6b13a3ddca Mon Sep 17 00:00:00 2001 From: Stefan Seeland <168659+stesee@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:36:14 +0200 Subject: [PATCH] Update Report.cs --- PdfAValidator/Report.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PdfAValidator/Report.cs b/PdfAValidator/Report.cs index 7188c4e..d53a604 100644 --- a/PdfAValidator/Report.cs +++ b/PdfAValidator/Report.cs @@ -286,7 +286,7 @@ public class InformationDict } /// - /// Features Report details, use argument '--extract' to activate + /// Features Report details, use argument '--extract informationDict' to activate /// public class FeaturesReport { @@ -536,4 +536,4 @@ public class Report /// public string RawOutput { get; set; } = string.Empty; } -} +} \ No newline at end of file