From 4660cd1a587dd5a07b6c2d95fef65579c91f84c3 Mon Sep 17 00:00:00 2001 From: David Randall Date: Sun, 29 Dec 2024 13:17:48 -0500 Subject: [PATCH] Reference the correct command Replace the reference "insert into" to match the delete command. --- commands/docs/stor_delete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/docs/stor_delete.md b/commands/docs/stor_delete.md index 4b428987c78..04085f8c805 100644 --- a/commands/docs/stor_delete.md +++ b/commands/docs/stor_delete.md @@ -20,7 +20,7 @@ usage: | ## Flags - - `--table-name, -t {string}`: name of the table you want to insert into + - `--table-name, -t {string}`: name of the table you want to delete from - `--where-clause, -w {string}`: a sql string to use as a where clause without the WHERE keyword