diff options
author | June McEnroe <june@causal.agency> | 2019-07-11 17:25:10 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-11 17:25:10 -0400 |
commit | 5fa21ca1b98ac74bd603fc1e1a504c98bd4bed27 (patch) | |
tree | d77edec602b2de8b0e697894637ce961df4f2ffd /bin/man1 | |
parent | Output <b>, <i>, <u> in shotty (diff) | |
download | src-5fa21ca1b98ac74bd603fc1e1a504c98bd4bed27.tar.gz src-5fa21ca1b98ac74bd603fc1e1a504c98bd4bed27.zip |
Add bright option to shotty
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/shotty.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/man1/shotty.1 b/bin/man1/shotty.1 index 7500f20b..e6ecf2ca 100644 --- a/bin/man1/shotty.1 +++ b/bin/man1/shotty.1 @@ -1,4 +1,4 @@ -.Dd July 9, 2019 +.Dd July 11, 2019 .Dt SHOTTY 1 .Os . @@ -8,6 +8,7 @@ . .Sh SYNOPSIS .Nm +.Op Fl B .Op Fl b Ar bg .Op Fl f Ar fg .Op Fl h Ar rows @@ -28,16 +29,22 @@ Terminal output can be captured with .Pp The arguments are as follows: .Bl -tag -width "-w cols" +.It Fl B +Replace bold with bright colors. +. .It Fl b Ar bg Set the default background color. The default value is 0 (black). +. .It Fl f Ar fg Set the default foreground color. The default value is 7 (white). +. .It Fl h Ar rows Set the terminal height. If unset, the height of the current terminal is used. +. .It Fl w Ar cols Set the terminal width. If unset, |