X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9889a34bf2f8d458c15ba4f9ba23aeef00e637d6..eb7a6e09cba703fdc4687214cb606804061b425f:/options.c diff --git a/options.c b/options.c index 4779cfa1..241d075b 100644 --- a/options.c +++ b/options.c @@ -478,6 +478,8 @@ static struct poptOption long_options[] = { {"no-times", 0, POPT_ARG_VAL, &preserve_times, 0, 0, 0 }, {"no-t", 0, POPT_ARG_VAL, &preserve_times, 0, 0, 0 }, {"omit-dir-times", 'O', POPT_ARG_VAL, &omit_dir_times, 1, 0, 0 }, + {"no-omit-dir-times",0, POPT_ARG_VAL, &omit_dir_times, 0, 0, 0 }, + {"no-O", 0, POPT_ARG_VAL, &omit_dir_times, 0, 0, 0 }, {"modify-window", 0, POPT_ARG_INT, &modify_window, OPT_MODIFY_WINDOW, 0, 0 }, {"super", 0, POPT_ARG_VAL, &am_root, 2, 0, 0 }, {"no-super", 0, POPT_ARG_VAL, &am_root, 0, 0, 0 },