Use the same blurb for --pid in all tools.

This commit is contained in:
Daniel Nichter
2013-02-26 17:01:17 -07:00
parent aed0140d64
commit 140611c92e
22 changed files with 110 additions and 124 deletions

View File

@@ -6958,10 +6958,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process ID of Create the given PID file. The tool won't start if the PID file already
the daemonized instance. The PID file is removed when the daemonized instance exists and the PID it contains is different than the current PID. However,
exits. The program checks for the existence of the PID file when starting; if if the PID file exists and the PID it contains is no longer running, the
it exists and the process with the matching PID exists, the program exits. tool will overwrite the PID file with the current PID. The PID file is
removed automatically when the tool exits.
=item --plugin =item --plugin

View File

@@ -5083,10 +5083,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process ID of Create the given PID file. The tool won't start if the PID file already
the daemonized instance. The PID file is removed when the daemonized instance exists and the PID it contains is different than the current PID. However,
exits. The program checks for the existence of the PID file when starting; if if the PID file exists and the PID it contains is no longer running, the
it exists and the process with the matching PID exists, the program exits. tool will overwrite the PID file with the current PID. The PID file is
removed automatically when the tool exits.
=item --port =item --port

View File

@@ -5130,14 +5130,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --port =item --port

View File

@@ -1456,14 +1456,11 @@ printed to the fifo.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --statistics =item --statistics

View File

@@ -4241,14 +4241,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --port =item --port

View File

@@ -4103,10 +4103,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process ID of Create the given PID file. The tool won't start if the PID file already
the daemonized instance. The PID file is removed when the daemonized instance exists and the PID it contains is different than the current PID. However,
exits. The program checks for the existence of the PID file when starting; if if the PID file exists and the PID it contains is no longer running, the
it exists and the process with the matching PID exists, the program exits. tool will overwrite the PID file with the current PID. The PID file is
removed automatically when the tool exits.
=item --port =item --port

View File

@@ -5664,10 +5664,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process ID of Create the given PID file. The tool won't start if the PID file already
the daemonized instance. The PID file is removed when the daemonized instance exists and the PID it contains is different than the current PID. However,
exits. The program checks for the existence of the PID file when starting; if if the PID file exists and the PID it contains is no longer running, the
it exists and the process with the matching PID exists, the program exits. tool will overwrite the PID file with the current PID. The PID file is
removed automatically when the tool exits.
=item --port =item --port

View File

@@ -7350,10 +7350,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process ID of Create the given PID file. The tool won't start if the PID file already
the daemonized instance. The PID file is removed when the daemonized instance exists and the PID it contains is different than the current PID. However,
exits. The program checks for the existence of the PID file when starting; if if the PID file exists and the PID it contains is no longer running, the
it exists and the process with the matching PID exists, the program exits. tool will overwrite the PID file with the current PID. The PID file is
removed automatically when the tool exits.
=item --port =item --port

View File

@@ -10868,10 +10868,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the tool's Create the given PID file. The tool won't start if the PID file already
instance. The PID file is removed when the tool exits. The tool checks for exists and the PID it contains is different than the current PID. However,
the existence of the PID file when starting; if it exists and the process with if the PID file exists and the PID it contains is no longer running, the
the matching PID exists, the tool exits. tool will overwrite the PID file with the current PID. The PID file is
removed automatically when the tool exits.
=item --port =item --port

View File

@@ -9092,11 +9092,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process Create the given PID file. The tool won't start if the PID file already
ID of the daemonized instance. The PID file is removed when the exists and the PID it contains is different than the current PID. However,
daemonized instance exits. The program checks for the existence of the if the PID file exists and the PID it contains is no longer running, the
PID file when starting; if it exists and the process with the matching PID tool will overwrite the PID file with the current PID. The PID file is
exists, the program exits. removed automatically when the tool exits.
=item --port =item --port

View File

@@ -14967,11 +14967,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process Create the given PID file. The tool won't start if the PID file already
ID of the daemonized instance. The PID file is removed when the exists and the PID it contains is different than the current PID. However,
daemonized instance exits. The program checks for the existence of the if the PID file exists and the PID it contains is no longer running, the
PID file when starting; if it exists and the process with the matching PID tool will overwrite the PID file with the current PID. The PID file is
exists, the program exits. removed automatically when the tool exits.
=item --port =item --port

View File

@@ -2093,14 +2093,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --port =item --port

View File

@@ -4478,11 +4478,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process Create the given PID file. The tool won't start if the PID file already
ID of the daemonized instance. The PID file is removed when the exists and the PID it contains is different than the current PID. However,
daemonized instance exits. The program checks for the existence of the if the PID file exists and the PID it contains is no longer running, the
PID file when starting; if it exists and the process with the matching PID tool will overwrite the PID file with the current PID. The PID file is
exists, the program exits. removed automatically when the tool exits.
=item --port =item --port

View File

@@ -3960,14 +3960,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --port =item --port

View File

@@ -5312,11 +5312,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process Create the given PID file. The tool won't start if the PID file already
ID of the daemonized instance. The PID file is removed when the exists and the PID it contains is different than the current PID. However,
daemonized instance exits. The program checks for the existence of the if the PID file exists and the PID it contains is no longer running, the
PID file when starting; if it exists and the process with the matching PID tool will overwrite the PID file with the current PID. The PID file is
exists, the program exits. removed automatically when the tool exits.
=item --port =item --port

View File

@@ -1723,7 +1723,11 @@ Send mail to this list of addresses when data is collected.
type: string; default: /var/run/pt-stalk.pid 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 =item --plugin

View File

@@ -11619,14 +11619,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --port =item --port

View File

@@ -12051,14 +12051,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --port =item --port

View File

@@ -7192,11 +7192,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when running. The file contains the process Create the given PID file. The tool won't start if the PID file already
ID of the daemonized instance. The PID file is removed when the exists and the PID it contains is different than the current PID. However,
daemonized instance exits. The program checks for the existence of the if the PID file exists and the PID it contains is no longer running, the
PID file when starting; if it exists and the process with the matching PID tool will overwrite the PID file with the current PID. The PID file is
exists, the program exits. removed automatically when the tool exits.
=item --port =item --port

View File

@@ -13483,11 +13483,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process Create the given PID file. The tool won't start if the PID file already
ID of the daemonized instance. The PID file is removed when the exists and the PID it contains is different than the current PID. However,
daemonized instance exits. The program checks for the existence of the if the PID file exists and the PID it contains is no longer running, the
PID file when starting; if it exists and the process with the matching PID tool will overwrite the PID file with the current PID. The PID file is
exists, the program exits. removed automatically when the tool exits.
=item --port =item --port

View File

@@ -5752,11 +5752,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file when daemonized. The file contains the process Create the given PID file. The tool won't start if the PID file already
ID of the daemonized instance. The PID file is removed when the exists and the PID it contains is different than the current PID. However,
daemonized instance exits. The program checks for the existence of the if the PID file exists and the PID it contains is no longer running, the
PID file when starting; if it exists and the process with the matching PID tool will overwrite the PID file with the current PID. The PID file is
exists, the program exits. removed automatically when the tool exits.
=item --port =item --port

View File

@@ -2952,14 +2952,11 @@ Password to use when connecting.
type: string type: string
Create the given PID file. The file contains the process ID of the script. Create the given PID file. The tool won't start if the PID file already
The PID file is removed when the script exits. Before starting, the script exists and the PID it contains is different than the current PID. However,
checks if the PID file already exists. If it does not, then the script creates if the PID file exists and the PID it contains is no longer running, the
and writes its own PID to it. If it does, then the script checks the following: tool will overwrite the PID file with the current PID. The PID file is
if the file contains a PID and a process is running with that PID, then removed automatically when the tool exits.
the script dies; or, if there is no process running with that PID, then the
script overwrites the file with its own PID and starts; else, if the file
contains no PID, then the script dies.
=item --port =item --port