From 723160280f2e4166bdfd9b47b886e6a5d65cb022 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 2 May 2005 17:23:08 +0000 Subject: [PATCH] Tweaked the description of --from0. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 9419cc98..a6c28544 100644 --- a/options.c +++ b/options.c @@ -331,7 +331,7 @@ void usage(enum logcode F) rprintf(F," --include=PATTERN don't exclude files matching PATTERN\n"); rprintf(F," --include-from=FILE read include patterns from FILE\n"); rprintf(F," --files-from=FILE read list of source-file names from FILE\n"); - rprintf(F," -0, --from0 all *-from file lists are delimited by nulls\n"); + rprintf(F," -0, --from0 all *-from/filter files are delimited by 0s\n"); rprintf(F," --version print version number\n"); rprintf(F," --address=ADDRESS bind address for outgoing socket to daemon\n"); rprintf(F," --port=PORT specify double-colon alternate port number\n"); -- 2.34.1