From 6231044f58e04457a8e0ac06e87bcfb795fceecc Mon Sep 17 00:00:00 2001 From: chris west Date: Fri, 13 Nov 2020 22:16:36 -0800 Subject: [PATCH] update manual --- doc/phetch.1 | 13 ++++++++++++- doc/phetch.1.md | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/phetch.1 b/doc/phetch.1 index e4eefb3..a992bd9 100644 --- a/doc/phetch.1 +++ b/doc/phetch.1 @@ -5,7 +5,7 @@ .nh .ad l .\" Begin generated content: -.TH "PHETCH" "1" "2020-11-11" +.TH "PHETCH" "1" "2020-11-14" .P .SH NAME .P @@ -100,6 +100,11 @@ Use \fIFILE\fR instead of \fI~/.config/phetch/phetch.conf\fR Do not use any config file. .P .RE +\fB-e\fR, \fB--encoding\fR \fIENCODING\fR +.RS 4 +Render text views in CP437 or UTF8 (default) encoding. +.P +.RE \fB-h\fR, \fB--help\fR .RS 4 Print a help summary and exit. @@ -310,6 +315,12 @@ media mpv # Use emoji indicators for TLS & Tor\&. emoji no + +# Encoding\&. Only CP437 and UTF8 are supported\&. +encoding utf8 + +# Wrap text at N columns\&. 0 = off (--wrap) +wrap 0 .fi .RE .P diff --git a/doc/phetch.1.md b/doc/phetch.1.md index c5b9202..0e64f61 100644 --- a/doc/phetch.1.md +++ b/doc/phetch.1.md @@ -224,6 +224,9 @@ emoji no # Encoding. Only CP437 and UTF8 are supported. encoding utf8 + +# Wrap text at N columns. 0 = off (--wrap) +wrap 0 ``` # MEDIA PLAYER SUPPORT