diff options
author | corvid <devnull@localhost> | 2014-12-24 20:34:41 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-12-24 20:34:41 +0000 |
commit | c3437f496d24fe8c2ad674c83ade927cbdc075c4 (patch) | |
tree | 3fe822b1292346018f0b009d4baed76e9bc90c58 /src/dillo.cc | |
parent | 38eb3d87a6c0a15fc28dc694c245de27ad933367 (diff) | |
parent | 8685e116bdbe7b92c5fdcf685c14cfb976334637 (diff) |
merge 3.0.4.1 branch
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dillo.cc b/src/dillo.cc index 44a8d754..0a68cb59 100644 --- a/src/dillo.cc +++ b/src/dillo.cc @@ -92,8 +92,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, |