aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dillo.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index 7552676d..2ac96810 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -82,7 +82,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 for these URL(s)."},
+ " -l, --local Don't load images or stylesheets for these "
+ "URL(s)."},
{"-v", "--version", 0, DILLO_CLI_VERSION,
" -v, --version Display version info and exit."},
{"-x", "--xid", 1, DILLO_CLI_XID,