diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-27 17:45:18 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-27 17:45:18 +0000 |
commit | 43b457203b6063716dd7b91e7dfa5583f7c7bef4 (patch) | |
tree | 072d5eb29d528154357cb7ba6cf6199336452ba9 | |
parent | fdcff762f661ba37e48604039f9e17c510ad18d6 (diff) |
Fixed help option, and too long help line (man: "cannot adjust line")
-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"); |