[fc-match] Fix list of getopt options in --help
This commit is contained in:
parent
43291847c5
commit
88261bafff
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue