summary refs log tree commit diff
path: root/bin/man
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/man/scheme.15
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.
 .
a href='/src/commit/bin/qf.c?id=095aef4eef5efd2c2ad7b73ce0ae093a9a227a17&follow=1'>Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe