aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-20 22:37:48 +0000
committercorvid <devnull@localhost>2014-12-20 22:37:48 +0000
commitbecd2e5fde893cc98adb2f8ac43883c856e03060 (patch)
tree7355adcf906c11fb81b0e3ef7635f4da5d27cd14
parentc6d870c38f5bee39e8fc4d2379d2a0a2c86a7a26 (diff)
update documentation for --local
-rw-r--r--doc/dillo.1.in2
-rw-r--r--src/dillo.cc4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/dillo.1.in b/doc/dillo.1.in
index a5228b63..360d8320 100644
--- a/doc/dillo.1.in
+++ b/doc/dillo.1.in
@@ -44,7 +44,7 @@ Set initial window position where \fIGEO\fR is
Display this help text and exit.
.TP
\fB\-l\fR, \fB\-\-local\fR
-Don't load images or stylesheets for these URL(s).
+Don't load images or stylesheets, or follow redirections, for these URL(s).
.TP
\fB\-v\fR, \fB\-\-version\fR
Display version info and exit.
diff --git a/src/dillo.cc b/src/dillo.cc
index d73b855a..ee2f4da4 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -90,8 +90,8 @@ static const CLI_options Options[] = {
{"-h", "--help", 0, DILLO_CLI_HELP,
" -h, --help Display this help text and exit."},
{"-l", "--local", 0, DILLO_CLI_LOCAL,
- " -l, --local Don't load images or stylesheets for these "
- "URL(s)."},
+ " -l, --local Don't load images or stylesheets, or follow\n"
+ " redirections, for these FILEs or URLs."},
{"-v", "--version", 0, DILLO_CLI_VERSION,
" -v, --version Display version info and exit."},
{"-x", "--xid", 1, DILLO_CLI_XID,