diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-01-20 15:32:45 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-01-20 15:32:45 +0000 |
commit | 12f2f636c1b423ed9baefb1961956a1774fff137 (patch) | |
tree | 5947c100d94c5cd84fa79dcb31a90b2e979bb02a /bin/send-comments | |
parent | fb5f86b8be939b8d30ba87968c31d95254fb4581 (diff) |
fix comment in send-comments
Diffstat (limited to 'bin/send-comments')
-rwxr-xr-x | bin/send-comments | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/send-comments b/bin/send-comments index 5a14098bf..d55f8dce4 100755 --- a/bin/send-comments +++ b/bin/send-comments @@ -1,7 +1,10 @@ #!/usr/bin/env perl -# send-reports: -# Send new problem reports to councils +# send-comments: +# Send comments/updates on reports to councils +# In Open311 parlance these are 'service request udpates' and are sent using +# mySociety's proposed extension to the Open311 Georeport v2 spec: +# https://github.com/mysociety/fixmystreet/wiki/Open311-FMS---Proposed-differences-to-Open311 # # Copyright (c) 2011 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org |