We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78483d3 commit e13d688Copy full SHA for e13d688
1 file changed
src/importdata.cpp
@@ -373,7 +373,7 @@ int ImportData::print_usage(const std::string& progname)
373
" -d Eliminate duplicate RESULT lines." << std::endl <<
374
" -T Import into TEMPORARY table (for in-file processing)." << std::endl <<
375
" -P Import into non-TEMPORARY table (reverts the default -T)." << std::endl <<
376
- " -A Append columns if the table already exists" << std::endl <<
+ " -A Append rows if the table already exists (schema must match)." << std::endl <<
377
" -v Increase verbosity." << std::endl);
378
379
return EXIT_FAILURE;
0 commit comments