Remove errant reference to onlynew

This commit is contained in:
Matt Nadareski
2026-07-08 14:10:19 -04:00
parent c7ac2fe78b
commit 8c8b483f84

View File

@@ -87,7 +87,7 @@ namespace RedumpTool
Console.WriteLine(" -max <MaxId>, --maximum <MaxId> - Upper bound for page numbers (requires --minimum, incompatible with --list)");
Console.WriteLine();
Console.WriteLine(" In addition to the above options, there are advanced options that allow users to finely tune their");
Console.WriteLine(" site queries. All flags below are incompatible with --minimum, --maximum, and --onlynew.");
Console.WriteLine(" site queries. All flags below are incompatible with --minimum and --maximum.");
Console.WriteLine(" --barcode - Add barcode to filter");
Console.WriteLine(" --barcode-exact - Add barcode exact matching to filter [true, false]");
Console.WriteLine(" --category - Add category to filter");