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

* #557

* #557

* Fix typo #636

* rollback for other issue
This commit is contained in:
程序员小王(troy) 2021-12-01 16:41:00 +08:00 committed by GitHub
parent 0a7656fd42
commit 688c612878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}};