[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.11 and 1.12

version 1.11, 2019/02/12 19:39:57 version 1.12, 2019/02/12 22:19:05
Line 298 
Line 298 
                 { "perms",      no_argument,    &opts.preserve_perms,   1 },                  { "perms",      no_argument,    &opts.preserve_perms,   1 },
                 { "recursive",  no_argument,    &opts.recursive,        1 },                  { "recursive",  no_argument,    &opts.recursive,        1 },
                 { "times",      no_argument,    &opts.preserve_times,   1 },                  { "times",      no_argument,    &opts.preserve_times,   1 },
                   { "group",      no_argument,    &opts.preserve_gids,    1 },
                 { NULL,         0,              NULL,                   0 }};                  { NULL,         0,              NULL,                   0 }};
   
         /* Global pledge. */          /* Global pledge. */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12