We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4d3eb + e9ac4a1 commit 82052fdCopy full SHA for 82052fd
1 file changed
crawler/src/org/netpreserve/warcaroo/Warcaroo.java
@@ -47,7 +47,7 @@ public static void main(String[] args) throws Exception {
47
case "--dump-scope" -> dumpScope = true;
48
case "--host" -> host = args[++i];
49
case "--job-dir", "-j" -> jobDir = Path.of(args[++i]);
50
- case "--port" -> port = Integer.parseInt(args[++i]);
+ case "--port", "-p" -> port = Integer.parseInt(args[++i]);
51
case "--help", "-h" -> {
52
System.out.println("Usage: warcaroo [URL...]");
53
System.out.println("Options:");
0 commit comments