未验证 提交 688c6128 编写于 作者: 程序员小王(troy) 提交者: GitHub

Fix misspelled ../oceanbase/tools/ob_error/src/ob_error.cpp #636 (#659)

* #557

* #557

* Fix typo #636

* rollback for other issue
上级 0a7656fd
......@@ -595,7 +595,7 @@ bool parse_param(int args, char* argv[])
extern char* optarg;
extern int opterr;
opterr = 0; // getpot_long will not print error messages
opterr = 0; // getopt_long will not print error messages
int option_index = 0;
static struct option long_options[] = {
{"help", 0, 0, 'h'}, {"version", 0, 0, 'V'}, {"argument", 1, 0, 'a'}, {0, 0, 0, 0}};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册