diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-12-18 23:51:17 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-12-18 23:51:17 -0500 |
commit | 288d3348122a695615c39d82142d988e56064b9f (patch) | |
tree | 513702f488780c311e5d6aca34748a156183e359 /fc-pattern | |
parent | 57ff677b1bd73acbf371955afe8d6399a06d46ac (diff) |
Minor
Diffstat (limited to 'fc-pattern')
-rw-r--r-- | fc-pattern/fc-pattern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-pattern/fc-pattern.c b/fc-pattern/fc-pattern.c index 37c5ccfc..f63761c9 100644 --- a/fc-pattern/fc-pattern.c +++ b/fc-pattern/fc-pattern.c @@ -86,7 +86,7 @@ usage (char *program, int error) fprintf (file, "\n"); #if HAVE_GETOPT_LONG fprintf (file, _(" -c, --config perform config substitution on pattern\n")); - fprintf (file, _(" -d, -default perform default substitution on pattern\n")); + fprintf (file, _(" -d, --default perform default substitution on pattern\n")); fprintf (file, _(" -f, --format=FORMAT use the given output format\n")); fprintf (file, _(" -V, --version display font config version and exit\n")); fprintf (file, _(" -h, --help display this help and exit\n")); |