]> git.wh0rd.org - fontconfig.git/commitdiff
Handle -h and --help according to GNU Coding Standards (#17104)
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 22 Aug 2008 20:51:33 +0000 (16:51 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 14 Feb 2009 00:53:59 +0000 (16:53 -0800)
Added -h instead of -?.  And upon -h and --help, write usave to stdout
instead of stdin, and return 0 instead of 1.

-? still works like before as that's what getopt returns upon unknown
arguments.


No differences found