From 6bfbb79d6ec9e2bc9218533d11c235fb6c1e51f9 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 5 Dec 2016 15:41:07 -0500 Subject: [PATCH] fix(shell/lean): add missing colon to 'A' option --- src/shell/lean.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/lean.cpp b/src/shell/lean.cpp index 0d98c95515..63f7cab286 100644 --- a/src/shell/lean.cpp +++ b/src/shell/lean.cpp @@ -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