Skip to content

Commit e13d688

Browse files
committed
Fix usage help on new -A append option.
1 parent 78483d3 commit e13d688

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/importdata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ int ImportData::print_usage(const std::string& progname)
373373
" -d Eliminate duplicate RESULT lines." << std::endl <<
374374
" -T Import into TEMPORARY table (for in-file processing)." << std::endl <<
375375
" -P Import into non-TEMPORARY table (reverts the default -T)." << std::endl <<
376-
" -A Append columns if the table already exists" << std::endl <<
376+
" -A Append rows if the table already exists (schema must match)." << std::endl <<
377377
" -v Increase verbosity." << std::endl);
378378

379379
return EXIT_FAILURE;

0 commit comments

Comments
 (0)