Skip to content

Commit

Permalink
Updated README.md to fix - in command name
Browse files Browse the repository at this point in the history
Updated README.md and fixed `mysql_random-data-load` to `mysql_random_data_load` (notice underscore).
  • Loading branch information
rajalokan authored May 16, 2021
1 parent f9fb663 commit 0f3e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CREATE TABLE `test`.`t3` (
```
To generate 100K random rows, just run:
```
mysql_random-data-load test t3 100000 --user=root --password=root
mysql_random_data_load test t3 100000 --user=root --password=root
```
```
mysql> select * from t3 limit 1\G
Expand Down

0 comments on commit 0f3e1c0

Please sign in to comment.