diff options
-rw-r--r-- | fc-match/fc-match.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fc-match/fc-match.c b/fc-match/fc-match.c index 8e133c6..05bf774 100644 --- a/fc-match/fc-match.c +++ b/fc-match/fc-match.c @@ -66,10 +66,10 @@ extern int optind, opterr, optopt; static void usage (char *program) { #if HAVE_GETOPT_LONG - fprintf (stderr, "usage: %s [-svV?] [--sort] [--all] [--verbose] [--version] [--help] [pattern]\n", + fprintf (stderr, "usage: %s [-savV?] [--sort] [--all] [--verbose] [--version] [--help] [pattern]\n", program); #else - fprintf (stderr, "usage: %s [-svV?] [pattern]\n", + fprintf (stderr, "usage: %s [-savV?] [pattern]\n", program); #endif fprintf (stderr, "List fonts matching [pattern]\n"); |