Index: trunk/autoquest-plugin-html/src/main/resources/manuals/pseudomizeHTMLTextInputs
===================================================================
--- trunk/autoquest-plugin-html/src/main/resources/manuals/pseudomizeHTMLTextInputs	(revision 1352)
+++ trunk/autoquest-plugin-html/src/main/resources/manuals/pseudomizeHTMLTextInputs	(revision 1352)
@@ -0,0 +1,12 @@
+Parses a directory of HTML log files or a single file and replaces all text inputs by MD5 hash values of the entered texts. Through this, the entered data is pseudomized but can still be compared.
+
+The process can be parameterized to consider file input and search fields as well.
+
+$USAGE$
+<directory> path to the file or directory in which the files are to be pseudomized 
+[includeFileInputs] provided, if content of file input fields shall be pseudomized, as well
+[includeSearchInputs] provided, if content of search fields shall be pseudomized, as well
+
+Example(s):
+pseudomizeHTMLTextInputs /path/to/file.log
+pseudomizeHTMLTextInputs /path/to/directory includeFileInputs includeSearchInputs
