From: Aaron LI Date: Sun, 21 Jan 2018 07:16:36 +0000 (+0800) Subject: cpdup(1): Fix a typo in the usage X-Git-Tag: v5.5.0~882 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/110def69fe17ffd0a8d90b5759fb62d7dd19823f cpdup(1): Fix a typo in the usage --- diff --git a/bin/cpdup/misc.c b/bin/cpdup/misc.c index 9a5f2e0403..ab0720b280 100644 --- a/bin/cpdup/misc.c +++ b/bin/cpdup/misc.c @@ -199,7 +199,7 @@ fatal(const char *ctl, ...) " to be the same.\n" " -VV same as -V but ignore mtime entirely\n" " -x use .cpignore as exclusion file\n" - " -X file specify exclusion file (cna match full source\n" + " -X file specify exclusion file (can match full source\n" " patch if the exclusion file is specified via\n" " an absolute path.\n" " Version 1.20 by Matt Dillon, Dima Ruban, & Oliver Fromme\n"