]> git.ipfire.org Git - thirdparty/squid.git/commit
Enable long (--foo) command line parameters on squid binary
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 Oct 2014 22:06:38 +0000 (15:06 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 19 Oct 2014 22:06:38 +0000 (15:06 -0700)
commit68dbbe5dee1fcdd0716c26362abe6cdff998f951
treeb7c8fe91f8b9f5af74ff3a9faac696b98131d5b1
parent3282ed71dc5c2ac640376be7d7d4d37faa82159a
Enable long (--foo) command line parameters on squid binary

The squid binary is running out of single-character options that make
any sense phonetically or as abbreviations. This lays the groundwork for
future options to use words or even just more than a single character.

Since we cannot define an empty array for long options, add --help and
--version as initial expansions of -h and -v.
src/main.cc