From f0aedf1e5a9db3c814844ef534e17d8d9747731f Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Wed, 17 Apr 2013 15:09:50 -0300 Subject: [PATCH] pt-stalk: Mention using $prefix in plugins --- bin/pt-stalk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/pt-stalk b/bin/pt-stalk index da84995b..38731ad6 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -1936,6 +1936,10 @@ Plugins can stop the tool by setting the global variable C to C<1>. In this case, the global variable C should also be set to indicate why the tool was stopped. +Plugin writers should keep in mind that the file destination prefix currently +in use should be accessed through the C<$prefix> variable, rather than +C<$OPT_PREFIX>. + =item --port short form: -P; type: int