Include long-options.h.
authorJim Meyering <jim@meyering.net>
Fri, 12 Apr 2002 10:41:54 +0000 (10:41 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Apr 2002 10:41:54 +0000 (10:41 +0000)
commitf52a204a4e5d1e0f5248e7ac464157e3d4882b15
tree7b5b9f25bf77a3dfd6dea4db4892a4a42a71bc56
parent21126e288b1e38bea8f1de8893e26a124ab99961
Include long-options.h.
[long_opts]: Remove.
(usage): Tweak --help output; use *_OPTION_DESCRIPTION macros.
(main): Don't use getopt directly.  Use parse_long_options instead.
Tweak a diagnostic.
Use EXIT_FAILURE rather than a literal `1'.
(main): If POSIXLY_CORRECT is set, don't recognize --help or --version,
so the program can operate on a file with one of those names.
src/unlink.c