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 /src/dillo.cc | |
parent | c6d870c38f5bee39e8fc4d2379d2a0a2c86a7a26 (diff) |
update documentation for --local
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 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, |