[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/main.c between version 1.69 and 1.70

version 1.69, 2023/11/23 11:59:53 version 1.70, 2023/11/27 10:14:19
Line 322 
Line 322 
     { "no-motd",        no_argument,    &opts.no_motd,          1 },      { "no-motd",        no_argument,    &opts.no_motd,          1 },
     { "numeric-ids",    no_argument,    &opts.numeric_ids,      1 },      { "numeric-ids",    no_argument,    &opts.numeric_ids,      1 },
     { "omit-dir-times", no_argument,    &opts.ignore_dir_times, 1 },      { "omit-dir-times", no_argument,    &opts.ignore_dir_times, 1 },
       { "no-O",           no_argument,    &opts.ignore_dir_times, 0 },
       { "no-omit-dir-times",      no_argument,    &opts.ignore_dir_times, 0 },
     { "owner",          no_argument,    &opts.preserve_uids,    1 },      { "owner",          no_argument,    &opts.preserve_uids,    1 },
     { "no-owner",       no_argument,    &opts.preserve_uids,    0 },      { "no-owner",       no_argument,    &opts.preserve_uids,    0 },
     { "perms",          no_argument,    &opts.preserve_perms,   1 },      { "perms",          no_argument,    &opts.preserve_perms,   1 },

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70