From: tb Date: Tue, 2 Aug 2022 20:01:12 +0000 (+0000) Subject: Add missing closing bracket in usage X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e878ec534f49211b328efd68ea1c6c9d1d70a815;p=openbsd Add missing closing bracket in usage --- diff --git a/usr.bin/rsync/main.c b/usr.bin/rsync/main.c index 36ed383345b..8aeca786cda 100644 --- a/usr.bin/rsync/main.c +++ b/usr.bin/rsync/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.64 2022/08/02 18:09:20 job Exp $ */ +/* $OpenBSD: main.c,v 1.65 2022/08/02 20:01:12 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -630,7 +630,7 @@ basedir: usage: fprintf(stderr, "usage: %s" " [-aDglnoprtvx] [-e program] [--address=sourceaddr]\n" - "\t[--contimeout=seconds [--compare-dest=dir] [--del] [--exclude]\n" + "\t[--contimeout=seconds] [--compare-dest=dir] [--del] [--exclude]\n" "\t[--exclude-from=file] [--include] [--include-from=file]\n" "\t[--no-motd] [--numeric-ids] [--port=portnumber]\n" "\t[--rsync-path=program] [--timeout=seconds] [--version]\n"