From 94b7fcddf52ab2adfcbbd6ed292afb8c178b7d9a Mon Sep 17 00:00:00 2001 From: 07416 <07416@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:58:03 +0300 Subject: [PATCH] w3m: update page, fix invalid options (#10752) --- pages/common/w3m.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/w3m.md b/pages/common/w3m.md index 326d690127..fba4240ce8 100644 --- a/pages/common/w3m.md +++ b/pages/common/w3m.md @@ -2,19 +2,19 @@ > A text-based web browser. > Supports SSL and mouse input, even over SSH. -> More information: . +> More information: . - Open a URL: -`w3m {{http://example.com}}` +`w3m {{https://example.com}}` - Open a URL in monochrome mode: -`w3m {{http://example.com}} -M` +`w3m {{https://example.com}} -M` - Open a URL without mouse support: -`w3m {{http://example.com}} --no-mouse` +`w3m {{https://example.com}} -no-mouse` - Open a new browser tab: @@ -26,4 +26,4 @@ - Quit w3m: -`'q' then 'y'` +`'q' followed by 'y'`