diff options
author | June McEnroe <june@causal.agency> | 2018-09-21 23:32:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-21 23:32:17 -0400 |
commit | 8650242e5449c907dc053281304c760c7eb33cc5 (patch) | |
tree | 4f9def81076927ff3f54895558e5afa92457c3cc /bin/man/scheme.1 | |
parent | Map caps lock to escape on Linux console (diff) | |
download | src-8650242e5449c907dc053281304c760c7eb33cc5.tar.gz src-8650242e5449c907dc053281304c760c7eb33cc5.zip |
Add scheme -i to swap white and black
Diffstat (limited to '')
-rw-r--r-- | bin/man/scheme.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/man/scheme.1 b/bin/man/scheme.1 index ae11320d..b2ffc407 100644 --- a/bin/man/scheme.1 +++ b/bin/man/scheme.1 @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl acghlmtx +.Op Fl acghilmtx . .Sh DESCRIPTION .Nm @@ -30,6 +30,9 @@ Output a swatch PNG. .It Fl h Output HSV. . +.It Fl i +Swap white and black. +. .It Fl l Output Linux console OSC sequences. . |