webdump.1: fix copypasted flag description - webdump - HTML to plain-text conve… | |
git clone git://git.codemadness.org/webdump | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 473563a6c16c683af52cb791fbbfdfb997f758bb | |
parent 1232b5b3d77c458704341ac436ff4230a3077007 | |
Author: Lucas de Sena <[email protected]> | |
Date: Fri, 26 Apr 2024 22:28:09 -0300 | |
webdump.1: fix copypasted flag description | |
Diffstat: | |
M webdump.1 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/webdump.1 b/webdump.1 | |
@@ -46,7 +46,7 @@ not enabled. | |
.It Fl r | |
Toggle if line-wrapping mode is enabled, by default it is not enabled. | |
.It Fl s | |
-CSS-like selectors, this sets a reader mode to hide content matching the | |
+CSS-like selectors, this sets a reader mode to show only content matching the | |
selector, see the section | |
.Sx SELECTOR SYNTAX | |
for the syntax. |