about summary refs log tree commit diff
path: root/man/mflow.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-09-06 18:39:31 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-09-06 18:39:31 +0200
commitebeaf43a2723846fbdc7555b5d4e6f6d626e57b4 (patch)
tree061765be714ece4af763ca751bc79d14d3295814 /man/mflow.1
parent285671f0e2cf186cd6a1401df015fab03e7b7450 (diff)
downloadmblaze-ebeaf43a2723846fbdc7555b5d4e6f6d626e57b4.tar.gz
mblaze-ebeaf43a2723846fbdc7555b5d4e6f6d626e57b4.tar.xz
mblaze-ebeaf43a2723846fbdc7555b5d4e6f6d626e57b4.zip
mflow: add wrapping of long lines, add argument parsing, add quoting
Diffstat (limited to 'man/mflow.1')
-rw-r--r--man/mflow.118
1 files changed, 17 insertions, 1 deletions
diff --git a/man/mflow.1 b/man/mflow.1
index 63a2a23..867beae 100644
--- a/man/mflow.1
+++ b/man/mflow.1
@@ -1,4 +1,4 @@
-.Dd July 26, 2017
+.Dd September 6, 2017
 .Dt MFLOW 1
 .Os
 .Sh NAME
@@ -6,6 +6,9 @@
 .Nd reflow format=flowed plain text mails
 .Sh SYNOPSIS
 .Nm
+.Op Fl f
+.Op Fl q
+.Op Fl w Ar width
 \&<
 .Ar file
 .Sh DESCRIPTION
@@ -31,6 +34,19 @@ If defined,
 the environment variable
 .Ev MAXCOLUMNS
 specifies the maximum line length.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl f
+Force line wrapping of long lines.
+.It Fl q
+Prefix lines with
+.Sq Li \&< .
+Can be used multiple times.
+.It Fl w Ar width
+Set maximum line length to
+.Ar width .
+.El
 .Sh EXIT STATUS
 .Ex -std
 .Sh SEE ALSO