Show command descriptions even if only -a is passed (#7780)

This commit is contained in:
Christian F. Coors 2018-07-13 21:02:19 +02:00 committed by Hielke Morsink
parent b2f6e2312f
commit 54c0eff6a6
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ exitcode_t CommandLine::HandleCommandDefault()
}
}
if (_help)
if (_help || _all)
{
CommandLine::PrintHelp(_all);
result = EXITCODE_OK;