From: Keith Packard Date: Sun, 11 Aug 2002 15:09:33 +0000 (+0000) Subject: Help message said -v was for --force X-Git-Tag: fcpackage_rc2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=80a7d664395d62cc335ac93b9918efebca00c117;p=fontconfig.git Help message said -v was for --force --- diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c index 92f53fc..4ce612f 100644 --- a/fc-cache/fc-cache.c +++ b/fc-cache/fc-cache.c @@ -1,5 +1,5 @@ /* - * $XFree86: xc/lib/fontconfig/fc-cache/fc-cache.c,v 1.5 2002/06/19 20:55:19 keithp Exp $ + * $XFree86: xc/lib/fontconfig/fc-cache/fc-cache.c,v 1.6 2002/07/01 05:11:20 keithp Exp $ * * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. * @@ -70,7 +70,7 @@ usage (char *program) fprintf (stderr, "Build font information caches in [dirs]\n" "(all directories in font configuration by default).\n"); fprintf (stderr, "\n"); - fprintf (stderr, " -v, --force scan directories with apparently valid caches\n"); + fprintf (stderr, " -f, --force scan directories with apparently valid caches\n"); fprintf (stderr, " -v, --verbose display status information while busy\n"); fprintf (stderr, " -V, --version display font config version and exit\n"); fprintf (stderr, " -?, --help display this help and exit\n");