summaryrefslogtreecommitdiff
path: root/src/htshelp.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-04-19 18:38:51 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-04-19 18:38:51 +0000
commit21642978d71a7dc1f2b26a617f7babaf993492de (patch)
treecde89a357515ff1720e071e4eaabfdf0aad88c4a /src/htshelp.c
parent3240e0aae2aa095b5855d5bfd9cc51932610fbc7 (diff)
Document %k for custom structure (full query string)
Diffstat (limited to 'src/htshelp.c')
-rw-r--r--src/htshelp.c1
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)");