]> git.wh0rd.org - fontconfig.git/commitdiff
Help message said -v was for --force
authorKeith Packard <keithp@keithp.com>
Sun, 11 Aug 2002 15:09:33 +0000 (15:09 +0000)
committerKeith Packard <keithp@keithp.com>
Sun, 11 Aug 2002 15:09:33 +0000 (15:09 +0000)
fc-cache/fc-cache.c

index 92f53fc483de9a9e9957591fb92e81df5c84e0b2..4ce612f86f105da83801cc685accfa4882cac627 100644 (file)
@@ -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");