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(