Skip to content

Commit

Permalink
Updated help output
Browse files Browse the repository at this point in the history
  • Loading branch information
newzealandpaul authored Aug 30, 2024
1 parent c6f9549 commit f9564a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webarchiver.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main (int argc, const char * argv[]) {
BOOL localOnly = [localOnlyString isEqualToString:@"YES"];

if (url == nil || output == nil) {
fprintf(stderr, "webarchiver 0.9\nUsage: webarchiver -url URL [-js JAVASCRIPT] -output FILE \nExample: webarchiver -url https://www.google.com -output google.webarchive\n-url\thttp:// or path to local file\n-js\tCustom JavaScript to execute after loading the page\n-output\tFile to write webarchive to\n\nUpdates can be found at https://github.com/newzealandpaul/webarchiver/\n");
fprintf(stderr, "webarchiver 0.12\nUsage: webarchiver -url URL [-js JAVASCRIPT] -output FILE \nExample: webarchiver -url https://www.google.com -output google.webarchive\n-url\thttp:// or path to local file\n-js\tCustom JavaScript to execute after loading the page\n-output\tFile to write webarchive to\n\nUpdates can be found at https://github.com/newzealandpaul/webarchiver/\n");
exit(1);
}

Expand Down

0 comments on commit f9564a4

Please sign in to comment.