Add alias for --help

fixes #7421
This commit is contained in:
Gunnar Beutner 2014-10-20 14:31:39 +02:00
parent c3ce123f3d
commit 11426125e8
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ int Main(void)
po::options_description visibleDesc("Global options");
visibleDesc.add_options()
("help", "show this help message")
("help,h", "show this help message")
("version,V", "show version information")
#ifndef _WIN32
("color", "use VT100 color codes even when stdout is not a terminal")