mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-02-27 02:00:57 +08:00
PT-1618 Fixed documentation typos
This commit is contained in:
@@ -833,7 +833,7 @@ collect() {
|
||||
tail -f "$mysql_error_log" >"$d/$p-log_error" &
|
||||
tail_error_log_pid=$!
|
||||
|
||||
$CMD_MYSQLADMIN $EXT_ARGV
|
||||
$CMD_MYSQLADMIN $EXT_ARGV
|
||||
else
|
||||
log "Could not find the MySQL error log"
|
||||
fi
|
||||
@@ -2282,9 +2282,9 @@ of editing the source, you can call pt-stalk as
|
||||
which will do exactly what you need. Combined with the plugin hooks, this
|
||||
gives you a fine-grained control of what the tool does.
|
||||
|
||||
It is possible to enable C<debug> mode in mysqlmyadmin specigying:
|
||||
It is possible to enable C<debug> mode in mysqladmin specifying:
|
||||
|
||||
C<CMD_MYSQLADMIN=mysqlmyadmin debug pt-stalk params ...>
|
||||
C<CMD_MYSQLADMIN='mysqladmin debug' pt-stalk params ...>
|
||||
|
||||
=head1 SYSTEM REQUIREMENTS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user