From 51b6b36adf19ec4aac95d0defb59c533bc0f4d57 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Fri, 23 Nov 2012 23:13:13 +0000 Subject: We no longer refer to JSON. --- bin/custodian-enqueue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/custodian-enqueue') diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 3a9ac7f..890afc3 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -17,7 +17,7 @@ # # -m, --manual Show this manual, and exit. # -# -d, --dump Dump the generated JSON to the console; don't insert in the queue. +# -d, --dump Dump the parsed tests to the console; don't insert in the queue. # # --test Test the parsing of the given file, alert on errors. # @@ -29,8 +29,8 @@ # ABOUT # # This tool reads a single configuration file and parses it into a -# series of network & protocol tests. These tests are serialized -# into JSON, and stored in a beanstalkd queue. +# series of network & protocol tests. These tests are then stored in +# a beanstalkd queue. # # The intention is that the tests will be pulled from the queue and # executed by the companion program custodian-dequeue. The dequeing -- cgit v1.2.1