Rename .copy -> .clone

This commit is contained in:
PThorpe92
2025-08-04 20:29:50 -04:00
parent 7e42b97b93
commit f75eaee886
4 changed files with 7 additions and 7 deletions

View File

@@ -239,8 +239,8 @@ pub const AFTER_HELP_MSG: &str = r#"Usage Examples:
17. To turn off column headers in list mode:
.headers off
18. To copy the open database to another file:
.copy output_file.db
18. To clone the open database to another file:
.clone output_file.db
Note:
- All SQL commands must end with a semicolon (;).