summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrhoerbe <rainer@hoerbe.at>2014-08-11 14:42:40 +0200
committerrhoerbe <rainer@hoerbe.at>2014-08-11 14:42:40 +0200
commit622df268a64c12253267e1b6ca86ac0ced4b1cce (patch)
treea064f505a0dfbdb8f4ed82145ff2ffc18a428992 /doc
parent32c82580a19c96bae2a761db83c44ed92a424322 (diff)
downloadpysaml2-622df268a64c12253267e1b6ca86ac0ced4b1cce.tar.gz
added option to write response content to separate files outside log files.
Diffstat (limited to 'doc')
-rw-r--r--doc/howto.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/howto.rst b/doc/howto.rst
index a3da5571..5fa65de8 100644
--- a/doc/howto.rst
+++ b/doc/howto.rst
@@ -261,7 +261,8 @@ Synopsis::
-h, --help show this help message and exit
-H, --prettyprint Status output as human readable python dictionary
-J TT_CONFIG_FILE Test target configuration in JSON format
- -L, --log Print HTTP log information # TODO: update documentation
+ -k Print HTTP response contents into separate files
+ -L, --log Path to the logfile directory
-l, --list List all the test flows as a JSON object
-m, --metadata Return the SP metadata
-O, --operations Operations module (generated from Repository as idp_saml2base.py)