summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-08-11 15:09:33 +0000
committerKeith Packard <keithp@keithp.com>2002-08-11 15:09:33 +0000
commit80a7d664395d62cc335ac93b9918efebca00c117 (patch)
tree1973aa719ace40b3df43a7d1eeae1529f5df6cae
parent8c8f72665a4d2eb7d56499dd8a876a9a2af8b153 (diff)
Help message said -v was for --force
-rw-r--r--fc-cache/fc-cache.c4
1 files changed, 2 insertions, 2 deletions
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");