about summary refs log tree commit diff homepage
path: root/torus.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-08 00:24:44 -0500
committerJune McEnroe <june@causal.agency>2019-01-08 00:24:44 -0500
commitafe63c2a8c71facf430c89c0dc4bd64a0a2929f2 (patch)
treeafd18c706a62dcbd0cddcb7636a77dfa481946f1 /torus.1
parentSet img src when explore fragment changes (diff)
downloadtorus-afe63c2a8c71facf430c89c0dc4bd64a0a2929f2.tar.gz
torus-afe63c2a8c71facf430c89c0dc4bd64a0a2929f2.zip
Remove incorrect default coordinates
Diffstat (limited to '')
-rw-r--r--torus.110
1 files changed, 6 insertions, 4 deletions
diff --git a/torus.1 b/torus.1
index 610ad9c..addbda8 100644
--- a/torus.1
+++ b/torus.1
@@ -1,4 +1,4 @@
-.Dd October 12, 2018
+.Dd January 8, 2019
 .Dt torus 1
 .Os "Causal Agency"
 .
@@ -121,9 +121,11 @@ Set path to UNIX-domain socket.
 The default path is
 .Pa torus.sock .
 .
-.It Fl x Ar x Fl y Ar y
-Set tile coordinates to render.
-The default coordinates are 32,32.
+.It Fl x Ar x
+Set tile X coordinate to render.
+.
+.It Fl y Ar y
+Set tile Y coordinate to render.
 .El
 .
 .Sh IMPLEMENTATION NOTES