Added --version-full which prints version and commit ID.

This commit is contained in:
Markus Makela
2015-09-02 08:57:00 +03:00
parent b66dfaa8ec
commit e55d345ab4
3 changed files with 17 additions and 4 deletions

View File

@ -44,6 +44,7 @@ Switch|Long Option|Description
`-s [yes no]`|`--syslog=[yes no]`|log messages to syslog (default:yes)
`-S [yes no]`|`--maxscalelog=[yes no]`|log messages to MaxScale log (default: yes)
`-v`|`--version`|print version info and exit
`-V`|`--version-full`|print version info and the commit ID the binary was built from
`-?`|`--help`|show this help
<a name="stopping"></a>