Author: sebb
Date: Wed May 30 23:05:20 2012
New Revision: 1344497

URL: http://svn.apache.org/viewvc?rev=1344497&view=rev
Log:
Keystore index is 0-based

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1344497&r1=1344496&r2=1344497&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed May 30 23:05:20 
2012
@@ -3485,8 +3485,8 @@ This component is typically used in HTTP
 <properties>
   <property name="Name" required="No">Descriptive name for this element that 
is shown in the tree. </property>
   <property name="Preload" required="Yes">Wether or not to preload 
Keystore.</property>
-  <property name="Alias Start Index" required="Yes">The index of the first key 
to use in Keystore.</property>
-  <property name="Alias End Index" required="Yes">The index of the last key to 
use in Keystore.</property>
+  <property name="Alias Start Index" required="Yes">The index of the first key 
to use in Keystore, 0-based.</property>
+  <property name="Alias End Index" required="Yes">The index of the last key to 
use in Keystore, 0-based.</property>
 </properties>
 <note>
 To make JMeter use more than one certificate you need to ensure that:


Reply via email to