From: Mark Wooding Date: Mon, 11 Mar 2013 22:43:45 +0000 (+0000) Subject: cmd-cgi.py: Typo in help message for the CGI `source' command. X-Git-Tag: 1.0.0~24 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/commitdiff_plain/d674bfdad1f723556720ba839986ec13dfd250fb cmd-cgi.py: Typo in help message for the CGI `source' command. --- diff --git a/cmd-cgi.py b/cmd-cgi.py index b06ad6a..57de66c 100644 --- a/cmd-cgi.py +++ b/cmd-cgi.py @@ -181,7 +181,7 @@ def cmd_source_cgi(): AGPL.source(OUT) @CGI.subcommand('source', ['cgi-noauth'], """\ -Redirect to the source code tarball (so that it's correctly named.""") +Redirect to the source code tarball (so that it's correctly named).""") def cmd_sourceredirect_cgi(): CGI.redirect(CGI.action(TARBALL))