fix boost

This commit is contained in:
nikitamikhaylov 2020-12-16 15:57:42 +03:00
parent 0a2bda002d
commit 5521abba1e
1 changed files with 1 additions and 1 deletions

View File

@ -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")