diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-04-19 18:38:51 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-04-19 18:38:51 +0000 |
commit | 21642978d71a7dc1f2b26a617f7babaf993492de (patch) | |
tree | cde89a357515ff1720e071e4eaabfdf0aad88c4a /src/htshelp.c | |
parent | 3240e0aae2aa095b5855d5bfd9cc51932610fbc7 (diff) |
Document %k for custom structure (full query string)
Diffstat (limited to 'src/htshelp.c')
-rw-r--r-- | src/htshelp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htshelp.c b/src/htshelp.c index 1ede58c..050dbd2 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -587,6 +587,7 @@ void help(char* app,int more) { infomsg(" '%h' Host name (ex: www.someweb.com)"); infomsg(" '%M' URL MD5 (128 bits, 32 ascii bytes)"); infomsg(" '%Q' query string MD5 (128 bits, 32 ascii bytes)"); + infomsg(" '%k' full query string"); infomsg(" '%r' protocol name (ex: http)"); infomsg(" '%q' small query string MD5 (16 bits, 4 ascii bytes)"); infomsg(" '%s?' Short name version (ex: %sN)"); |