Merge pull request #60475 from HowePa/fix_local_option

Fix option ambiguous in `clickhouse-local`
This commit is contained in:
jsc0218 2024-03-06 10:29:49 -05:00 committed by GitHub
commit 9ae3c7bf35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -841,7 +841,7 @@ void LocalServer::addOptions(OptionsDescription & options_description)
/// If structure argument is omitted then initial query is not generated
("structure,S", po::value<std::string>(), "structure of the initial table (list of column and type names)")
("file,f", po::value<std::string>(), "path to file with data of the initial table (stdin if not specified)")
("file,F", po::value<std::string>(), "path to file with data of the initial table (stdin if not specified)")
("input-format", po::value<std::string>(), "input format of the initial table data")
("output-format", po::value<std::string>(), "default output format")