Edit help message

This commit is contained in:
psvri 2025-01-03 19:40:35 +05:30
parent 1f21cf6a71
commit 18a1055088

View file

@ -759,6 +759,7 @@ Special Commands:
.cd <directory> Change the current working directory.
.nullvalue <string> Set the value to be displayed for null values.
.echo on|off Toggle echo mode to repeat commands before execution.
.import --csv FILE TABLE Import csv data from FILE into TABLE
.help Display this help message.
Usage Examples:
@ -790,6 +791,9 @@ Usage Examples:
9. Show the current values of settings:
.show
10. To import csv file 'sample.csv' into 'csv_table' table:
.import --csv sample.csv csv_table
Note:
- All SQL commands must end with a semicolon (;).
- Special commands do not require a semicolon."#;