From: Rob Browning Date: Fri, 31 Jan 2014 00:25:33 +0000 (-0600) Subject: bup-index.md: remove misleading --exclude expansion comment. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ec99d39f1e929fc325004a36d8128aa448e6223f;p=packages%2Fb%2Fbup.git bup-index.md: remove misleading --exclude expansion comment. This comment was originally added in reference to some confusion over globbing, but the text was misleading because bup does apply realpath() to all of the --exclude paths, arguably a form of expansion. Signed-off-by: Rob Browning --- diff --git a/Documentation/bup-index.md b/Documentation/bup-index.md index 003548f..4f1bb42 100644 --- a/Documentation/bup-index.md +++ b/Documentation/bup-index.md @@ -148,8 +148,7 @@ does, due to the accommodations described above. `$BUP_DIR/bupindex`. \--exclude=*path* -: exclude *path* from the backup; bup will not expand *path* in any - way (may be repeated). +: exclude *path* from the backup (may be repeated). \--exclude-from=*filename* : read --exclude paths from *filename*, one path per-line (may be