Skip to content

Commit aa64681

Browse files
committed
fix: correct parameters convention to use a single letter
1 parent 8caf621 commit aa64681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/netpreserve/jwarc/tools/CdxTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static void main(String[] args) throws IOException {
6868
System.out.println(" -p, --post-append Append the request body to the urlkey field");
6969
System.out.println(" --revisits-excluded Don't index revisit records");
7070
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");
71+
System.out.println(" -t, --record-type Filter by record type");
7272
return;
7373
case "--no-header":
7474
printHeader = false;

0 commit comments

Comments
 (0)