From 2bcf2389aa1993c65b2353f6046a6398ce28128b Mon Sep 17 00:00:00 2001 From: David Randall Date: Sun, 29 Dec 2024 15:05:12 -0500 Subject: [PATCH] Reference the correct command: insert -> delete (#14696) # Description The docs reference "insert into" for the "delete" command. # User-Facing Changes N/A # Tests + Formatting I don't know of any tests for docs. # After Submitting N/A --------- Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com> --- crates/nu-command/src/stor/delete.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/stor/delete.rs b/crates/nu-command/src/stor/delete.rs index 5605794f11..0630245a4d 100644 --- a/crates/nu-command/src/stor/delete.rs +++ b/crates/nu-command/src/stor/delete.rs @@ -16,7 +16,7 @@ impl Command for StorDelete { .required_named( "table-name", SyntaxShape::String, - "name of the table you want to insert into", + "name of the table you want to delete or delete from", Some('t'), ) .named(