diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-23 23:13:13 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-23 23:13:13 +0000 |
commit | 6a0fee78a3729edf601a874f21db6b4620b1b508 (patch) | |
tree | 906c5be262ceb86111b4a52d55306b67ea990550 /bin/custodian-dequeue | |
parent | 450bb02305350f20377691043871226a3ba36c11 (diff) |
We no longer refer to JSON.
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-x | bin/custodian-dequeue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 5dc7513..d535aa2 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -31,8 +31,8 @@ # # ABOUT # -# This tool is designed to pull JSON-encoded network/protocol-tests from -# a beanstalkd server and execute them, in series. +# This tool is designed to pull network/protocol-tests from a beanstalkd server and execute +# them, in series. # # The tests are created, via custodian-enqueue, by parsing a configuration # file largely compatible with that used for our obsolete sentinel tool. |