X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2217b30adfaff4e8579177bc5f8c0de268d3bf57..8ebdc9724efd6a4f3aeaf6287f5dc7c4762969b8:/exclude.c diff --git a/exclude.c b/exclude.c index 87013ec4..a606b1bc 100644 --- a/exclude.c +++ b/exclude.c @@ -757,7 +757,7 @@ static const char *parse_rule_tok(const char *p, uint32 mflags, int xflags, mods = NULL; break; default: - rprintf(FERROR, "Unknown filter rule: %s\n", p); + rprintf(FERROR, "Unknown filter rule: `%s'\n", p); exit_cleanup(RERR_SYNTAX); } while (mods && *++s && *s != ' ' && *s != '_') {