fix(shell/lean): add missing colon to 'A' option

This commit is contained in:
Gabriel Ebner 2016-12-05 15:41:07 -05:00 committed by Leonardo de Moura
parent f96d35dc1c
commit 6bfbb79d6e

View file

@ -136,7 +136,7 @@ static struct option g_long_options[] = {
};
static char const * g_opt_str =
"PdD:qpgvht:012E:AB:j:012rM:012"
"PdD:qpgvht:012E:A:B:j:012rM:012"
#if defined(LEAN_MULTI_THREAD)
"s:012"
#endif