X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8a405c6ca15248347b8683184bc7e61f725ed027..93695764591e638d19e9ba858aceaa90374e1d33:/options.c diff --git a/options.c b/options.c index 6a73e3c6..38bc63ac 100644 --- a/options.c +++ b/options.c @@ -459,6 +459,10 @@ int parse_arguments(int *argc, const char ***argv, int frommain) add_exclude_file(poptGetOptArg(pc), 1, 0); break; + case OPT_INCLUDE_FROM: + add_exclude_file(poptGetOptArg(pc), 1, 1); + break; + case OPT_NO_WHOLE_FILE: whole_file = 0; break;