Skip to content

Commit

Permalink
Update Report.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
stesee committed Sep 30, 2023
1 parent 4cb92fc commit 2a019d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PdfAValidator/Report.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public class InformationDict
}

/// <summary>
/// Features Report details, use argument '--extract' to activate
/// Features Report details, use argument '--extract informationDict' to activate
/// </summary>
public class FeaturesReport
{
Expand Down Expand Up @@ -536,4 +536,4 @@ public class Report
/// </summary>
public string RawOutput { get; set; } = string.Empty;
}
}
}

0 comments on commit 2a019d1

Please sign in to comment.