about summary refs log tree commit diff homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index c4f2494..743a4e6 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ NAME
      server, client, image, meta, merge – collaborative ASCII art
 
 SYNOPSIS
-     server [-d data] [-s sock]
+     server [-d data] [-p pidfile] [-s sock]
      client [-h] [-s sock]
      image [-d data] [-f font] [-x x] [-y y]
      meta
@@ -38,6 +38,9 @@ DESCRIPTION
 
      -h      Write help page data to standard output and exit.
 
+     -p pidfile
+             Daemonize and write PID to pidfile.
+
      -s sock
              Set path to UNIX-domain socket.  The default path is torus.sock.
 
f.c?id=37109fbb22fdf89d573e01dc77abc575ce8119ed&follow=1'>Clean up parsing a littleJune McEnroe 2022-06-02Don'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