Skip to content

Commit

Permalink
Cleaned up github release
Browse files Browse the repository at this point in the history
  • Loading branch information
newzealandpaul committed Jun 15, 2014
1 parent 8e0ef5e commit a77633d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Webarchiver allows you to create Safari .webarchive files from the command line.

$./webarchiver

webarchiver 0.2
webarchiver 0.6
Usage: webarchiver -url URL -output FILE
Example: webarchiver -url http://www.google.com -output google.webarchive
-url http:// or path to local file
Expand All @@ -26,6 +26,8 @@ The easiest way to install webarchiver is using

##Release notes

Version 0.6 : Cleaned up Github release.

Version 0.5 : More robust KBWebArchiver ([Keith Blount][] and [Jan Weiß][]).

Version 0.4 : Code maintenance and cleanup ([Jan Weiß][]).
Expand Down
2 changes: 1 addition & 1 deletion webarchiver.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main (int argc, const char * argv[]) {
BOOL localOnly = [localOnlyString isEqualToString:@"YES"];

if (url == nil || output == nil) {
fprintf(stderr, "webarchiver 0.5\nUsage: webarchiver -url URL -output FILE \nExample: webarchiver -url http://www.google.com -output google.webarchive\n-url\thttp:// or path to local file\n-output\tFile to write webarchive to\n\nUpdates can be found at https://github.com/newzealandpaul/webarchiver/\n");
fprintf(stderr, "webarchiver 0.6\nUsage: webarchiver -url URL -output FILE \nExample: webarchiver -url http://www.google.com -output google.webarchive\n-url\thttp:// or path to local file\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 a77633d

Please sign in to comment.