diff options
author | corvid <devnull@localhost> | 2014-12-20 22:37:48 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-20 22:37:48 +0000 |
commit | becd2e5fde893cc98adb2f8ac43883c856e03060 (patch) | |
tree | 7355adcf906c11fb81b0e3ef7635f4da5d27cd14 | |
parent | c6d870c38f5bee39e8fc4d2379d2a0a2c86a7a26 (diff) |
update documentation for --local
-rw-r--r-- | doc/dillo.1.in | 2 | ||||
-rw-r--r-- | src/dillo.cc | 4 |
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, |