From: job Date: Mon, 30 Aug 2021 20:25:01 +0000 (+0000) Subject: Add include/exclude to usage() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=fecc32f18da2c91f5ba69f662a168809e331d211;p=openbsd Add include/exclude to usage() OK claudio@ --- diff --git a/usr.bin/rsync/main.c b/usr.bin/rsync/main.c index 31174622fb4..f45a31ac865 100644 --- a/usr.bin/rsync/main.c +++ b/usr.bin/rsync/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.57 2021/08/29 13:43:46 claudio Exp $ */ +/* $OpenBSD: main.c,v 1.58 2021/08/30 20:25:01 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -563,6 +563,8 @@ main(int argc, char *argv[]) usage: fprintf(stderr, "usage: %s" " [-aDglnoprtvx] [-e program] [--address=sourceaddr] [--del]\n" + "\t[--exclude] [--exclude-from=file] [--include] " + "[--include-from=file]\n" "\t[--no-motd] [--numeric-ids] [--port=portnumber] " "[--rsync-path=program]\n\t[--timeout=seconds] [--version] " "source ... directory\n",