Giving nl an invalid STYLE argument (in --header-numbering=STYLE (-h),
authorJim Meyering <jim@meyering.net>
Sat, 12 Apr 2003 19:51:36 +0000 (19:51 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 Apr 2003 19:51:36 +0000 (19:51 +0000)
commitb62edfd3f9220788d7ac31c2028b83d29dba47e5
tree088f660b453026a38efe8ac1e0d11335f5487d0b
parentd5fdbeda8958743229b88b0151268bd02848fc87
Giving nl an invalid STYLE argument (in --header-numbering=STYLE (-h),
--body-numbering=STYLE (-b), or --footer-numbering=STYLE (-f)) or
FORMAT (--number-format=FORMAT (-n)) would not give a useful diagnostic.

(main): Fix those problems and remove literal quote marks
(e.g., "`%s'") from format string; instead use "%s" in each format
string and `quote (optarg)' as the corresponding argument.
Also, diagnose all invalid command line options before failing.
src/nl.c