From e54e7d3474c8b447830c91b2037eab1c42ef755d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 17 Oct 2014 23:02:12 +0200 Subject: [PATCH] Improve top level commint in CGI script example --- examples/sp-cgi/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/sp-cgi/main.c b/examples/sp-cgi/main.c index 5e7dbc76..f00431e7 100644 --- a/examples/sp-cgi/main.c +++ b/examples/sp-cgi/main.c @@ -1,11 +1,11 @@ /** * Simple Lasso CGI * - * take its own metadata file as first argument, the private key as second argument, then IdP metadata files. - * URL, HOST and HTTP scheme are extracted from environment, metadata file is generated. + * Usage: * + * ./main [...] * - * The assertion consumer only support the POST binding. + * The assertion consumer only support the POST binding, single logout is not supported. * * Entr'ouvert © 2014 */