This commit is contained in:
Behdad Esfahbod 2017-12-18 23:51:17 -05:00
parent 57ff677b1b
commit 288d334812
1 changed files with 1 additions and 1 deletions

View File

@ -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"));