From e878ec534f49211b328efd68ea1c6c9d1d70a815 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 2 Aug 2022 20:01:12 +0000 Subject: [PATCH] Add missing closing bracket in usage --- usr.bin/rsync/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.20.1