diff options
author | Job Snijders <job@cvs.openbsd.org> | 2021-08-30 20:25:02 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2021-08-30 20:25:02 +0000 |
commit | 109d1bb1f6abfc8e0ef7ce31bc100d490e1b0f37 (patch) | |
tree | f6469b6d2a1ed128155a01df3de9fbf18d744de8 /usr.bin | |
parent | 2f3f6ec1cb9502cf7a02721bd65e734a9a872f17 (diff) |
Add include/exclude to usage()
OK claudio@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rsync/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <kristaps@bsd.lv> * @@ -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", |