diff options
-rw-r--r-- | src/htshelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htshelp.c b/src/htshelp.c index 6cdeb12..2416030 100644 --- a/src/htshelp.c +++ b/src/htshelp.c @@ -605,7 +605,7 @@ void help(const char *app, int more) { infomsg (" %F footer string in Html code (-%F \"Mirrored [from host %s [file %s [at %s]]]\""); infomsg(" %l preffered language (-%l \"fr, en, jp, *\""); - infomsg(" %a accepted formats (-%l \"text/html,image/png,image/jpeg,image/gif;q=0.9,*/*;q=0.1\""); + infomsg(" %a accepted formats (-%a \"text/html,image/png;q=0.9,*/*;q=0.1\""); infomsg(" %X additional HTTP header line (-%X \"X-Magic: 42\""); infomsg(""); infomsg("Log, index, cache"); |