diff options
author | June McEnroe <june@causal.agency> | 2019-12-15 02:23:06 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-15 02:23:06 -0500 |
commit | 848a881536ad3721b1b31416b6af8b6bc8c0afa9 (patch) | |
tree | 185a504fb2fc56541e0e53d714ee27e9e5bf05c2 /bin/man1 | |
parent | Match .profile and .shrc as shell in hi (diff) | |
download | src-848a881536ad3721b1b31416b6af8b6bc8c0afa9.tar.gz src-848a881536ad3721b1b31416b6af8b6bc8c0afa9.zip |
Add option to default to text in hi
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/hi.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/man1/hi.1 b/bin/man1/hi.1 index d8a4b4ee..517fbab9 100644 --- a/bin/man1/hi.1 +++ b/bin/man1/hi.1 @@ -1,4 +1,4 @@ -.Dd December 11, 2019 +.Dd December 15, 2019 .Dt HI 1 .Os . @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl t .Op Fl f Ar format .Op Fl l Ar lang .Op Fl n Ar name @@ -40,6 +41,10 @@ to infer the input language. Set output format options. .Ar opts is a comma-separated list of options. +.It Fl t +Default to +.Cm text +if the input language cannot be inferred. .El . .Ss Output Formats |