X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/63596e1c4a5cdd5f1874e501b4600ef3f3c70a89..c53217a2b861ff7453cd35fcc35f2e79df419c4d:/options.c diff --git a/options.c b/options.c index 85880caf..c022ed06 100644 --- a/options.c +++ b/options.c @@ -62,7 +62,6 @@ int implied_dirs = 1; int numeric_ids = 0; int force_delete = 0; int io_timeout = 0; -int io_error = 0; int read_only = 0; int module_id = -1; int am_server = 0; @@ -162,7 +161,7 @@ static void print_rsync_version(enum logcode f) rprintf(f, "%s version %s protocol version %d\n", RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION); rprintf(f, - "Copyright (C) 1996-2002 by Andrew Tridgell and others\n"); + "Copyright (C) 1996-2004 by Andrew Tridgell and others\n"); rprintf(f, "\n"); rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, " "%shard links, %ssymlinks, batchfiles, \n",