From ba676b6eadb8ea6b9e95650e8f1b23c8010d83bd Mon Sep 17 00:00:00 2001 From: Konstantinos Artopoulos Date: Wed, 18 Dec 2024 00:13:42 +0200 Subject: [PATCH] fix: remove old help menu item that sneaked in on rebase --- cli/app.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/app.rs b/cli/app.rs index c1a5fcd43..a6bc003a9 100644 --- a/cli/app.rs +++ b/cli/app.rs @@ -760,9 +760,6 @@ Usage Examples: 9. Show the current values of settings: .show -10. Set the value 'NULL' to be displayed for null values instead of empty string: - .nullvalue "NULL" - Note: - All SQL commands must end with a semicolon (;). - Special commands do not require a semicolon."#;