We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caf621 commit aa64681Copy full SHA for aa64681
src/org/netpreserve/jwarc/tools/CdxTool.java
@@ -68,7 +68,7 @@ public static void main(String[] args) throws IOException {
68
System.out.println(" -p, --post-append Append the request body to the urlkey field");
69
System.out.println(" --revisits-excluded Don't index revisit records");
70
System.out.println(" -w, --warc-full-path Use absolute paths for the filename field");
71
- System.out.println(" -rt, --record-type Filter by record type");
+ System.out.println(" -t, --record-type Filter by record type");
72
return;
73
case "--no-header":
74
printHeader = false;
0 commit comments