mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-11 01:01:36 +08:00
Use the same blurb for --pid in all tools.
This commit is contained in:
@@ -1723,7 +1723,11 @@ Send mail to this list of addresses when data is collected.
|
||||
|
||||
type: string; default: /var/run/pt-stalk.pid
|
||||
|
||||
Create a PID file when daemonized.
|
||||
Create the given PID file. The tool won't start if the PID file already
|
||||
exists and the PID it contains is different than the current PID. However,
|
||||
if the PID file exists and the PID it contains is no longer running, the
|
||||
tool will overwrite the PID file with the current PID. The PID file is
|
||||
removed automatically when the tool exits.
|
||||
|
||||
=item --plugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user