Skip to content

Commit 4660cd1

Browse files
authored
Reference the correct command
Replace the reference "insert into" to match the delete command.
1 parent 1f1e702 commit 4660cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/docs/stor_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ usage: |
2020

2121
## Flags
2222

23-
- `--table-name, -t {string}`: name of the table you want to insert into
23+
- `--table-name, -t {string}`: name of the table you want to delete from
2424
- `--where-clause, -w {string}`: a sql string to use as a where clause without the WHERE keyword
2525

2626

0 commit comments

Comments
 (0)