提交 23553c99 编写于 作者: S Skylot

cli: fix missing spaces in help

上级 54fbe8a7
......@@ -171,7 +171,7 @@ public class JadxCLIArgs {
}
StringBuilder opt = new StringBuilder();
opt.append(" ").append(p.getNames());
addSpaces(opt, maxNamesLen - opt.length() + 2);
addSpaces(opt, maxNamesLen - opt.length() + 3);
opt.append("- ").append(p.getDescription());
out.println(opt);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册