=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/main.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/rsync/main.c 2019/02/16 17:48:48 1.22 +++ src/usr.bin/rsync/main.c 2019/02/16 17:59:33 1.23 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.22 2019/02/16 17:48:48 deraadt Exp $ */ +/* $Id: main.c,v 1.23 2019/02/16 17:59:33 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -293,7 +293,7 @@ { "server", no_argument, &opts.server, 1 }, { "dry-run", no_argument, &opts.dry_run, 1 }, { "version", no_argument, NULL, 2 }, - { "archive", no_argument, NULL, 'a' }, + { "archive", no_argument, NULL, 'a' }, { "help", no_argument, NULL, 'h' }, { "delete", no_argument, &opts.del, 1 }, { "no-delete", no_argument, &opts.del, 0 },