Fix unmap 4th argument not being optional

Fixes #1078
This commit is contained in:
Maxime Coste 2016-12-27 06:49:35 +00:00
parent fcd99d9c22
commit 6beb9b6f02

View File

@ -1427,7 +1427,7 @@ const CommandDesc unmap_key_cmd = {
" view\n"
" user\n"
" object\n",
ParameterDesc{{}, ParameterDesc::Flags::None, 4, 4},
ParameterDesc{{}, ParameterDesc::Flags::None, 3, 4},
CommandFlags::None,
CommandHelper{},
map_key_completer,