diff options
Diffstat (limited to 'xdelta3/README')
-rw-r--r-- | xdelta3/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xdelta3/README b/xdelta3/README index be7c6ce..3ad940b 100644 --- a/xdelta3/README +++ b/xdelta3/README | |||
@@ -1,5 +1,6 @@ | |||
1 | Xdelta 3.x readme.txt | 1 | Xdelta 3.x readme.txt |
2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
3 | 2009, 2010, 2011, 2012, 2013, 2014, 2015 | ||
3 | <josh.macdonald@gmail.com> | 4 | <josh.macdonald@gmail.com> |
4 | 5 | ||
5 | 6 | ||
@@ -10,22 +11,22 @@ distribution for VCDIFF differential compression, a.k.a. delta | |||
10 | compression. The latest information and downloads are available here: | 11 | compression. The latest information and downloads are available here: |
11 | 12 | ||
12 | http://xdelta.org/ | 13 | http://xdelta.org/ |
13 | http://code.google.com/p/xdelta/ | 14 | http://github.com/jmacd/xdelta/ |
14 | 15 | ||
15 | The command-line syntax: | 16 | The command-line syntax: |
16 | 17 | ||
17 | http://code.google.com/p/xdelta/wiki/CommandLineSyntax | 18 | https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md |
18 | 19 | ||
19 | Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests. | 20 | Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests. |
20 | 21 | ||
21 | Sample commands (like gzip, -e means encode, -d means decode) | 22 | Sample commands (like gzip, -e means encode, -d means decode) |
22 | 23 | ||
23 | xdelta3 -9 -S djw -e -vfs OLD_FILE NEW_FILE DELTA_FILE | 24 | xdelta3 -9 -S lzma -e -vfs OLD_FILE NEW_FILE DELTA_FILE |
24 | xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE | 25 | xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE |
25 | 26 | ||
26 | File bug reports and browse open support issues here: | 27 | File bug reports and browse open support issues here: |
27 | 28 | ||
28 | http://code.google.com/p/xdelta/issues/list | 29 | https://github.com/jmacd/xdelta/issues |
29 | 30 | ||
30 | The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++ | 31 | The source distribution contains the C/C++/Python APIs, Unix, Microsoft VC++ |
31 | and Cygwin builds. Xdelta3 is covered under the terms of the GPL, see | 32 | and Cygwin builds. Xdelta3 is covered under the terms of the GPL, see |