mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-07 21:09:14 +00:00
Replace $TOOL with tool name.
This commit is contained in:
@@ -4389,7 +4389,7 @@ Replace C<TOOL> with the name of any tool.
|
||||
The environment variable C<PTDEBUG> enables verbose debugging output to STDERR.
|
||||
To enable debugging and capture all output to a file, run the tool like:
|
||||
|
||||
PTDEBUG=1 $TOOL ... > FILE 2>&1
|
||||
PTDEBUG=1 pt-heartbeat ... > FILE 2>&1
|
||||
|
||||
Be careful: debugging output is voluminous and can generate several megabytes
|
||||
of output.
|
||||
@@ -4401,7 +4401,7 @@ installed in any reasonably new version of Perl.
|
||||
|
||||
=head1 BUGS
|
||||
|
||||
For a list of known bugs, see L<http://www.percona.com/bugs/$TOOL>.
|
||||
For a list of known bugs, see L<http://www.percona.com/bugs/pt-heartbeat>.
|
||||
|
||||
Please report bugs at L<https://bugs.launchpad.net/percona-toolkit>.
|
||||
Include the following information in your bug report:
|
||||
|
Reference in New Issue
Block a user