[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.30 and 1.31

version 1.30, 2019/02/18 22:47:34 version 1.31, 2019/02/21 22:06:26
Line 315 
Line 315 
                 { "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 },
                 { "no-perms",   no_argument,    &opts.preserve_perms,   0 },                  { "no-perms",   no_argument,    &opts.preserve_perms,   0 },
                   { "numeric-ids", no_argument,   &opts.numeric_ids,      1 },
                 { "recursive",  no_argument,    &opts.recursive,        1 },                  { "recursive",  no_argument,    &opts.recursive,        1 },
                 { "no-recursive", no_argument,  &opts.recursive,        0 },                  { "no-recursive", no_argument,  &opts.recursive,        0 },
                 { "specials",   no_argument,    &opts.specials,         1 },                  { "specials",   no_argument,    &opts.specials,         1 },

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31