chiark / gitweb /
client/tripectl: Flush output after each line.
[tripe] / doc / tripectl.1
index e24a018c2c9e574a3758a7680f2c03f84885c76d..379fcda18b2c294d80152fb36f6c176ef9dc73b6 100644 (file)
@@ -185,8 +185,9 @@ fatal signal or an end-of-file indication from the server.
 .SS "Use from scripts"
 If arguments are given to
 .BR tripectl ,
-they are concatenated with spaces between and submitted to the server
-after connection.  Any
+they are quoted if necessary to protect spaces and other special
+characters, concatenated with spaces between, and submitted to the
+server after connection.  Any
 .B INFO
 responses returned by the server are written to standard output (without
 the
@@ -243,4 +244,4 @@ or to give it a command and quit, but this is seldom useful.
 .IR "The Trivial IP Encryption Protocol" ,
 .IR "The Wrestlers Protocol" .
 .SH "AUTHOR"
-Mark Wooding, <mdw@nsict.org>
+Mark Wooding, <mdw@distorted.org.uk>