Add --version and -version as aliases for -V
authorCassie Jones <code@witchoflight.com>
Sun, 5 Jan 2020 08:19:02 +0000 (03:19 -0500)
committerCassie Jones <code@witchoflight.com>
Sun, 5 Jan 2020 08:19:02 +0000 (03:19 -0500)
commitb76b02358439cd04ed5cad5cb889e8b43c801ac1
tree36d3ce10922d2477c7bc3c210408939d2d3e4b6e
parentf8d5920a7e61f78873b7bf49dd7e8f3a83f7adf3
Add --version and -version as aliases for -V

The flag --version is commonly accepted by command line tools.
The code for the version flags added here matches the pattern used for
the help flag aliases, for consistency.

Fixes #1612
kernel/driver.cc