summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-12-02 10:49:33 -0800
committerJohn Denker <jsd@av8n.com>2012-12-02 10:49:33 -0800
commit59873de5fb96c11f2c0e5970ac0a9b14c36b7bd9 (patch)
treede48f47d27e4a28f88caee0ffb2db583f7be2083
parent68772cda4071aa173ad736b74bdb27dfb582114d (diff)
trivial
-rw-r--r--tools/pipette.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/pipette.c b/tools/pipette.c
index 69e75be..6fdbca4 100644
--- a/tools/pipette.c
+++ b/tools/pipette.c
@@ -450,7 +450,9 @@ void play() {
void test_read(){
// test with:
-// cat envelope.dat | 1<&0 ./pipette
+// 1<envelope.dat ./pipette
+// or equivalently
+// cat envelope.dat | 1<&0 ./pipette
char buf[1024];
list<string> rslt;
int didsome(0);