diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-02 00:39:21 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-02 00:39:21 +0100 |
commit | 974f88a4adc3ef460ad00ba3d398f697c8812393 (patch) | |
tree | 55c88aad376ae3d6a0a2f714c9f55673d9d989ef /src/dillo.cc | |
parent | ecb8be82abafc3c7580cdeed4c8902b44bd06ae5 (diff) | |
parent | 86e780e73a11e8b9d1d57cb5f283c4fee6ca68e8 (diff) |
Merge with main repo.
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 f4925dd2..0e49e7b5 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, |