Add missing closing bracket in usage
authortb <tb@openbsd.org>
Tue, 2 Aug 2022 20:01:12 +0000 (20:01 +0000)
committertb <tb@openbsd.org>
Tue, 2 Aug 2022 20:01:12 +0000 (20:01 +0000)
usr.bin/rsync/main.c

index 36ed383..8aeca78 100644 (file)
@@ -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 <kristaps@bsd.lv>
  *
@@ -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"