From 43b457203b6063716dd7b91e7dfa5583f7c7bef4 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 27 May 2014 17:45:18 +0000 Subject: Fixed help option, and too long help line (man: "cannot adjust line") --- src/htshelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/htshelp.c') 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"); -- cgit v1.2.3