Skip to content

Commit 0f3e1c0

Browse files
authored
Updated README.md to fix - in command name
Updated README.md and fixed `mysql_random-data-load` to `mysql_random_data_load` (notice underscore).
1 parent f9fb663 commit 0f3e1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CREATE TABLE `test`.`t3` (
121121
```
122122
To generate 100K random rows, just run:
123123
```
124-
mysql_random-data-load test t3 100000 --user=root --password=root
124+
mysql_random_data_load test t3 100000 --user=root --password=root
125125
```
126126
```
127127
mysql> select * from t3 limit 1\G

0 commit comments

Comments
 (0)