]> git.draconx.ca Git - dxcommon.git/commit
help: Add a single-dash long option mode.
authorNick Bowler <nbowler@draconx.ca>
Thu, 30 Sep 2021 01:58:46 +0000 (21:58 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 30 Sep 2021 01:59:17 +0000 (21:59 -0400)
commit0567de2636ff0ed0a9dc378cdbd82e0bb7dce788
treee5595d3625a112858b004971e0f35a591f824c3e
parent57a2e9b84fe5ec89d919373dae66bb4924926d7a
help: Add a single-dash long option mode.

For programs using getopt_long_only with single-dash long options, add a
compile time flag to select a mode that produces more appropriate help
output.  This is typical of command-line options for X applications.
Makefile.am
src/help.c
t/.gitignore
tests/functions.at