Commit 41961db0 authored by Wayne Davison's avatar Wayne Davison

Ensure that -i is set consistent with the batch's data.

parent e7651884
......@@ -8,6 +8,7 @@
#include "rsync.h"
#include <time.h>
extern int itemize_changes;
extern int am_sender;
extern int eol_nulls;
extern int recurse;
......@@ -33,7 +34,7 @@ static int *flag_ptr[] = {
&preserve_devices,
&preserve_hard_links,
&always_checksum,
&xfer_dirs,
&itemize_changes,
NULL
};
......@@ -46,6 +47,7 @@ static char *flag_name[] = {
"--hard-links (-H)",
"--checksum (-c)",
"--dirs (-d)",
"--itemize-changes (-i)",
NULL
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment