summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2019-02-17 20:11:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2019-02-17 20:11:43 +0000
commit94e302ab17fd9d9298c83b8381356b12803f962f (patch)
tree8ec1fd5fed3713b3c39e99b054c2f50b1b413f9e /usr.bin
parent756b929678e43f31b527fe46b414e152622848d4 (diff)
delete bogus comment
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rsync/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rsync/main.c b/usr.bin/rsync/main.c
index e38216467e0..358dbe2d9a8 100644
--- a/usr.bin/rsync/main.c
+++ b/usr.bin/rsync/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.26 2019/02/17 18:11:50 deraadt Exp $ */
+/* $Id: main.c,v 1.27 2019/02/17 20:11:42 deraadt Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -351,7 +351,6 @@ main(int argc, char *argv[])
break;
case 'e':
opts.ssh_prog = optarg;
- /* Ignore. */
break;
case 'g':
opts.preserve_gids = 1;