Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mugli committed Aug 10, 2019
1 parent ec06d2c commit 7ac0b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@
|_|_| |_|_|
```

`kill-mysql-query` interactively shows long running queries in MySQL database and provide option kill them one by one.
`kill-mysql-query` interactively shows long running queries in MySQL database and provide option to kill them one by one.

👉 Great for firefighting situations 🔥🚨🚒

Expand Down
2 changes: 1 addition & 1 deletion kill-mysql-query.go
Expand Up @@ -94,7 +94,7 @@ func showHelp() {
|_|_| |_|_|
kill-mysql-query interactively shows long running queries in MySQL database
and provide option kill them one by one. Great for firefighting. 🔥🚨🚒
and provide option to kill them one by one. Great for firefighting. 🔥🚨🚒
It can connect to MySQL server as configured, using SSH Tunnel if necessary
and let you decide which query to kill. By default queries running for more
Expand Down

0 comments on commit 7ac0b8f

Please sign in to comment.