mirror of https://github.com/ByConity/ByConity
fix boost
This commit is contained in:
parent
0a2bda002d
commit
5521abba1e
|
@ -2335,7 +2335,7 @@ public:
|
|||
"Suggestion limit for how many databases, tables and columns to fetch.")
|
||||
("multiline,m", "multiline")
|
||||
("multiquery,n", "multiquery")
|
||||
("queries-file,qf", po::value<std::string>(), "file path with queries to execute")
|
||||
("queries-file", po::value<std::string>(), "file path with queries to execute")
|
||||
("format,f", po::value<std::string>(), "default output format")
|
||||
("testmode,T", "enable test hints in comments")
|
||||
("ignore-error", "do not stop processing in multiquery mode")
|
||||
|
|
Loading…
Reference in New Issue