]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Add/fix dashdash support in optparse_long
authorJean-Michel Vourgère <nirgal@debian.org>
Sat, 31 Oct 2015 09:52:43 +0000 (10:52 +0100)
committerJean-Michel Vourgère <nirgal@debian.org>
Sat, 31 Oct 2015 09:58:01 +0000 (10:58 +0100)
commit1da51d89dbc160d875b1406e3dc735acfdf9142c
treee35feea673c417364cdcca9992709d19979418f1
parentb6645adf9c02a443c8924232ea933393444394a9
Add/fix dashdash support in optparse_long

This changes the behaviour of optparse_long so that a '--' tags the end of
options, just like optparse and getopt_long.
src/optparse.c