Commit f5c2e2ac7d4ca2f6ba15e56a245f348899360a00

Jim Meyering 2011-12-12T10:57:17

argmatch: don't hard-code `' when listing valid option arguments * lib/argmatch.c (argmatch_valid): Don't hard-code `%s'. Instead, use the quote function to add quotes. Use fputs rather than fprintf for the format string with no format directive.