There is a typo in doc/wget.texi:718. s/Serer/Server Also, please add a line about the new command in the help output in main.c.
On Sun, Dec 22, 2013 at 9:33 AM, Yousong Zhou <[email protected]> wrote: > This patch adds an option `--start-pos' for specifying starting position > of a download, both for HTTP and FTP. When specified, the newly added > option would override `--continue'. Apart from that, no existing code > should be affected. > > Signed-off-by: Yousong Zhou <[email protected]> > --- > v1 -> v2 > > It was kindly pointed out by Darshit Shah <[email protected]> that > server support for resuming download is required, so adding this > into > doc/wget.texi. > > doc/ChangeLog | 4 ++++ > doc/wget.texi | 17 +++++++++++++++++ > src/ChangeLog | 9 +++++++++ > src/ftp.c | 2 ++ > src/http.c | 2 ++ > src/init.c | 1 + > src/main.c | 1 + > src/options.h | 1 + > 8 files changed, 37 insertions(+), 0 deletions(-) > -- Thanking You, Darshit Shah
